org.geotools.referencing.operation.projection
Class PointOutsideEnvelopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengis.referencing.operation.TransformException
              extended by org.geotools.referencing.operation.projection.ProjectionException
                  extended by org.geotools.referencing.operation.projection.PointOutsideEnvelopeException
All Implemented Interfaces:
java.io.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
Version:
$Id: PointOutsideEnvelopeException.java 30641 2008-06-12 17:42:27Z acuster $
Author:
Martin Desruisseaux (IRD)
See Also:
Serialized Form

Constructor Summary
PointOutsideEnvelopeException()
          Constructs a new exception with no detail message.
PointOutsideEnvelopeException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class org.opengis.referencing.operation.TransformException
getLastCompletedTransform, setLastCompletedTransform
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.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(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - The error message.


Copyright © 1996-2010 Geotools. All Rights Reserved.