Package com.esri.core.geometry
Class GeometryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.esri.core.geometry.GeometryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonGeometryException
,UserCancelException
A runtime exception raised when a geometry related exception occurs.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeometryException
(String str) Constructs a Geometry Exception with the given error string/message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
GeometryException
Constructs a Geometry Exception with the given error string/message.- Parameters:
str
- - The error string.
-
-
Method Details
-
GeometryInternalError
-