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:
java.io.Serializable
- Direct Known Subclasses:
JsonGeometryException
,UserCancelException
public class GeometryException extends java.lang.RuntimeException
A runtime exception raised when a geometry related exception occurs.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description GeometryException(java.lang.String str)
Constructs a Geometry Exception with the given error string/message.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static GeometryException
GeometryInternalError()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
GeometryInternalError
static GeometryException GeometryInternalError()
-
-