com.esri.sde.sdk.geom
Class GeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.sde.sdk.geom.GeometryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GeometryException.IncompatibleGeometries, GeometryException.InvalidGeometry, GeometryException.InvalidSrid

public class GeometryException
extends java.lang.Exception

This exception is thrown whenever errors are encountered on the operations of the gometry object.

See Also:
Serialized Form

Nested Class Summary
static class GeometryException.IncompatibleGeometries
          This exception is thrown whenever a Clementini operation encounters an error due to incompatible geometries.
static class GeometryException.IndexOutOfBounds
          Since this is an indirect subclass of RuntimeException, it's instances are uncheck exceptions.
static class GeometryException.InvalidGeometry
          This error is thrown whenever the geometry is topologically invalid.
static class GeometryException.InvalidSrid
          This error is thrown whenever the srid for the geometry cannot be resolved.
 
Constructor Summary
GeometryException()
           
GeometryException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryException

public GeometryException()

GeometryException

public GeometryException(java.lang.String s)