org.geotools.coverage.grid
Class InvalidGridGeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.geotools.coverage.grid.InvalidGridGeometryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidGridGeometryException
extends java.lang.IllegalStateException

Thrown by GeneralGridGeometry 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.

Since:
2.1
Version:
$Id: InvalidGridGeometryException.java 30643 2008-06-12 18:27:03Z acuster $
Author:
Martin Desruisseaux (IRD)
See Also:
Serialized Form

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


InvalidGridGeometryException

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


InvalidGridGeometryException

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



Copyright © 1996-2010 Geotools. All Rights Reserved.