org.geotools.cv
Class PointOutsideCoverageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.opengis.coverage.CannotEvaluateException
                  extended byorg.geotools.cv.PointOutsideCoverageException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Will be replaced by PointOutsideCoverageException (from the org.geotools.coverage package) in a future version.

public class PointOutsideCoverageException
extends org.opengis.coverage.CannotEvaluateException

Throws when a Coverage.evaluate method is invoked with a point outside coverage.

Version:
$Id: PointOutsideCoverageException.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

Constructor Summary
PointOutsideCoverageException()
          Deprecated. Construct an exception with no message.
PointOutsideCoverageException(CoordinatePoint point)
          Deprecated. Construct an exception with a message for the specified point.
PointOutsideCoverageException(java.awt.geom.Point2D point)
          Deprecated. Construct an exception with a message for the specified point.
PointOutsideCoverageException(java.lang.String message)
          Deprecated. Construct an exception with the specified message.
 
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

PointOutsideCoverageException

public PointOutsideCoverageException()
Deprecated. 
Construct an exception with no message.


PointOutsideCoverageException

public PointOutsideCoverageException(java.lang.String message)
Deprecated. 
Construct an exception with the specified message.


PointOutsideCoverageException

public PointOutsideCoverageException(java.awt.geom.Point2D point)
Deprecated. 
Construct an exception with a message for the specified point.


PointOutsideCoverageException

public PointOutsideCoverageException(CoordinatePoint point)
Deprecated. 
Construct an exception with a message for the specified point.



Copyright © GeoTools. All Rights Reserved.