Package org.locationtech.proj4j
Class ProjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.locationtech.proj4j.Proj4jException
org.locationtech.proj4j.ProjectionException
- All Implemented Interfaces:
Serializable
Signals that an erroneous situation has
occured during the computation of
a projected coordinate system value.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectionException
(String message) ProjectionException
(Projection proj, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERR_17
-
-
Constructor Details
-
ProjectionException
public ProjectionException() -
ProjectionException
-
ProjectionException
-