Package org.locationtech.proj4j
Class Proj4jException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.locationtech.proj4j.Proj4jException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConvergenceFailureException
,InvalidValueException
,ProjectionException
,UnconvertibleInstanceException
,UnknownAuthorityCodeException
,UnsupportedParameterException
public class Proj4jException extends java.lang.RuntimeException
Signals that a situation or data state has been encountered which prevents computation from proceeding, or which would lead to erroneous results.This is the base class for all exceptions thrown in the Proj4J API.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Proj4jException()
Proj4jException(java.lang.String message)
Proj4jException(java.lang.String message, java.lang.Exception cause)
-