Package org.meteoinfo.projection.proj4j
Class Proj4jException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.meteoinfo.projection.proj4j.Proj4jException
-
- Direct Known Subclasses:
ConvergenceFailureException,InvalidValueException,ProjectionException,UnknownAuthorityCodeException,UnsupportedParameterException
public class Proj4jException extends java.lang.RuntimeExceptionSignals 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)
-