org.geotoolkit.coverage.grid
Class InvalidGridGeometryException
Object
Throwable
Exception
RuntimeException
IllegalStateException
InvalidGridGeometryException
- All Implemented Interfaces:
- Serializable
public class InvalidGridGeometryException
- extends IllegalStateException
Thrown by GeneralGridGeometry when a grid geometry is in an invalid state. For example
this exception is thrown when GeneralGridGeometry.getExtent() is invoked while the grid
geometry were built with a null GridEnvelope.
- Since:
- 2.1
- Version:
- 3.00
- Author:
- Martin Desruisseaux (IRD)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidGridGeometryException
public InvalidGridGeometryException()
- Constructs an exception with no detail message.
InvalidGridGeometryException
public InvalidGridGeometryException(String message)
- Constructs an exception with the specified detail message.
- Parameters:
message - The detail message.
InvalidGridGeometryException
public InvalidGridGeometryException(String message,
Throwable cause)
- Constructs an exception with the specified detail message and cause.
- Parameters:
message - The detail message.cause - The cause for this exception.
Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.