com.esri.sde.sdk.geom
Class GeometryException.InvalidSrid

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.sde.sdk.geom.GeometryException
              extended by com.esri.sde.sdk.geom.GeometryException.InvalidSrid
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GeometryException

public static class GeometryException.InvalidSrid
extends GeometryException

This error is thrown whenever the srid for the geometry cannot be resolved.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.esri.sde.sdk.geom.GeometryException
GeometryException.IncompatibleGeometries, GeometryException.IndexOutOfBounds, GeometryException.InvalidGeometry, GeometryException.InvalidSrid
 
Constructor Summary
GeometryException.InvalidSrid(java.lang.String s, int i)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryException.InvalidSrid

public GeometryException.InvalidSrid(java.lang.String s,
                                     int i)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable