|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.esri.sde.sdk.geom.GeometryException
public class GeometryException
This exception is thrown whenever errors are encountered on the operations of the gometry object.
| 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 |
|---|
public GeometryException()
public GeometryException(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||