Package com.esri.core.geometry
Class JsonGeometryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.esri.core.geometry.GeometryException
com.esri.core.geometry.JsonGeometryException
- All Implemented Interfaces:
Serializable
A runtime exception raised when a JSON related exception occurs.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a Json Geometry Exception with the given another exception.Constructs a Json Geometry Exception with the given error string/message. -
Method Summary
Methods inherited from class com.esri.core.geometry.GeometryException
GeometryInternalError
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
-
JsonGeometryException
Constructs a Json Geometry Exception with the given error string/message.- Parameters:
str
- - The error string.
-
JsonGeometryException
Constructs a Json Geometry Exception with the given another exception.- Parameters:
ex
- - The exception to copy the message from.
-