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, UnconvertibleInstanceException, 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
ConstructorsConstructorDescriptionProj4jException(String message) Proj4jException(String message, Exception cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Proj4jException
public Proj4jException() -
Proj4jException
-
Proj4jException
-