Class PointOutsideEnvelopeException

  • All Implemented Interfaces:
    Serializable

    public class PointOutsideEnvelopeException
    extends ProjectionException
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PointOutsideEnvelopeException

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

        public PointOutsideEnvelopeException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The error message.