Class ProjectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PointOutsideEnvelopeException

public class ProjectionException extends TransformException
Thrown by MapProjection when a map projection failed.
Since:
2.0
Author:
André Gosselin, Martin Desruisseaux (IRD)
See Also:
  • Constructor Details

    • ProjectionException

      public ProjectionException()
      Constructs a new exception with no detail message.
    • ProjectionException

      public ProjectionException(String message)
      Constructs a new exception with the specified detail message.
    • ProjectionException

      public ProjectionException(Throwable cause)
      Constructs a new exception with the specified cause.
      Since:
      2.5
    • ProjectionException

      public ProjectionException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.