org.geotools.gc
Class InvalidGridGeometryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byorg.geotools.coverage.grid.InvalidGridGeometryException
                      extended byorg.geotools.gc.InvalidGridGeometryException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by InvalidGridGeometryException.

public class InvalidGridGeometryException
extends InvalidGridGeometryException

Thrown by GridGeometry when a grid geometry is in an invalid state. For example this exception is thrown when getGridRange() is invoked while the grid geometry were built with a null GridRange.

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

Constructor Summary
InvalidGridGeometryException()
          Deprecated. Construct an exception with no detail message.
InvalidGridGeometryException(java.lang.String message)
          Deprecated. Construct an exception with the specified detail message.
InvalidGridGeometryException(java.lang.String message, java.lang.Throwable cause)
          Deprecated. Construct an exception with the specified detail message and cause.
 
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

InvalidGridGeometryException

public InvalidGridGeometryException()
Deprecated. 
Construct an exception with no detail message.


InvalidGridGeometryException

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


InvalidGridGeometryException

public InvalidGridGeometryException(java.lang.String message,
                                    java.lang.Throwable cause)
Deprecated. 
Construct an exception with the specified detail message and cause.



Copyright © GeoTools. All Rights Reserved.