Package org.geotools.api.coverage.grid
Class InvalidRangeException
Object
Throwable
Exception
RuntimeException
IllegalArgumentException
InvalidRangeException
- All Implemented Interfaces:
Serializable
Thrown when a grid range is out of grid coverage
bounds.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception with no message.InvalidRangeException
(String message) Creates an exception with the specified message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRangeException
public InvalidRangeException()Creates an exception with no message. -
InvalidRangeException
Creates an exception with the specified message.- Parameters:
message
- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.
-