Package org.geotools.coverage.grid
Class InvalidGridGeometryException
Object
Throwable
Exception
RuntimeException
IllegalStateException
InvalidGridGeometryException
- All Implemented Interfaces:
Serializable
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 org.geotools.api.coverage.grid.GridRange
.- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an exception with no detail message.InvalidGridGeometryException
(String message) Constructs an exception with the specified detail message.InvalidGridGeometryException
(String message, Throwable cause) Constructs an exception with the specified detail message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidGridGeometryException
public InvalidGridGeometryException()Constructs an exception with no detail message. -
InvalidGridGeometryException
Constructs an exception with the specified detail message. -
InvalidGridGeometryException
Constructs an exception with the specified detail message and cause.
-