Class ProjectionException
Object
Throwable
Exception
TransformException
ProjectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PointOutsideEnvelopeException
Thrown by
MapProjection
when a map projection failed.- Since:
- 2.0
- Author:
- André Gosselin, Martin Desruisseaux (IRD)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with no detail message.ProjectionException
(String message) Constructs a new exception with the specified detail message.ProjectionException
(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.ProjectionException
(Throwable cause) Constructs a new exception with the specified cause. -
Method Summary
Methods inherited from class TransformException
fillInStackTrace, getLastCompletedTransform, runWithoutStackTraces, setLastCompletedTransform
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectionException
public ProjectionException()Constructs a new exception with no detail message. -
ProjectionException
Constructs a new exception with the specified detail message. -
ProjectionException
Constructs a new exception with the specified cause.- Since:
- 2.5
-
ProjectionException
Constructs a new exception with the specified detail message and cause.
-