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

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.InvalidGeometry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GeometryException

public static class GeometryException.InvalidGeometry
extends GeometryException

This error is thrown whenever the geometry is topologically invalid.

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.InvalidGeometry(java.lang.String s, Geometry g)
           
 
Method Summary
 Geometry geometry()
           
 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.InvalidGeometry

public GeometryException.InvalidGeometry(java.lang.String s,
                                         Geometry g)
Method Detail

toString

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

geometry

public Geometry geometry()