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:
Serializable
- Direct Known Subclasses:
ConvergenceFailureException
,InvalidValueException
,ProjectionException
,UnknownAuthorityCodeException
,UnsupportedParameterException
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Proj4jException
public Proj4jException() -
Proj4jException
-