Class Proj4jException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConvergenceFailureException, InvalidValueException, ProjectionException, UnknownAuthorityCodeException, UnsupportedParameterException

public class Proj4jException extends 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:
  • Constructor Details

    • Proj4jException

      public Proj4jException()
    • Proj4jException

      public Proj4jException(String message)