Class ProjectionException
- Object
-
- Throwable
-
- Exception
-
- TransformException
-
- ProjectionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PointOutsideEnvelopeException
public class ProjectionException extends TransformException
Thrown byMapProjection
when a map projection failed.- Since:
- 2.0
- Author:
- André Gosselin, Martin Desruisseaux (IRD)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectionException()
Constructs 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 Detail
-
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
-
-