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
A runtime exception raised when a geometry related exception occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryException(String str) Constructs a Geometry Exception with the given error string/message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeometryException
Constructs a Geometry Exception with the given error string/message.- Parameters:
str- - The error string.
-