Class PointOutsideEnvelopeException
Object
Throwable
Exception
TransformException
ProjectionException
PointOutsideEnvelopeException
- All Implemented Interfaces:
Serializable
Thrown by
MapProjection
when a map projection failed because the point is outside the envelope of validity.
Bounds are usually 90°S to 90°N and 180°W to 180°E.- Since:
- 2.0
- Author:
- Martin Desruisseaux (IRD)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with no detail message.PointOutsideEnvelopeException
(String message) Constructs a new exception with the specified detail message. -
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
-
PointOutsideEnvelopeException
public PointOutsideEnvelopeException()Constructs a new exception with no detail message. -
PointOutsideEnvelopeException
Constructs a new exception with the specified detail message.- Parameters:
message
- The error message.
-