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

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

public static class GeometryException.IncompatibleGeometries
extends GeometryException

This exception is thrown whenever a Clementini operation encounters an error due to incompatible geometries.

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.IncompatibleGeometries(java.lang.String s, Geometry g1, Geometry g2)
           
 
Method Summary
 Geometry[] geometries()
           
 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.IncompatibleGeometries

public GeometryException.IncompatibleGeometries(java.lang.String s,
                                                Geometry g1,
                                                Geometry g2)
Method Detail

toString

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

geometries

public Geometry[] geometries()