|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalStateException org.geotools.coverage.grid.InvalidGridGeometryException
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
.
Constructor Summary | |
InvalidGridGeometryException()
Construct an exception with no detail message. |
|
InvalidGridGeometryException(java.lang.String message)
Construct an exception with the specified detail message. |
|
InvalidGridGeometryException(java.lang.String message,
java.lang.Throwable cause)
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 |
public InvalidGridGeometryException()
public InvalidGridGeometryException(java.lang.String message)
public InvalidGridGeometryException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |