public class RasterFormatException extends RuntimeException
RasterFormatException is thrown if there is invalid layout information in the
Raster.
| Constructor and Description |
|---|
RasterFormatException(String
Constructs a new
RasterFormatException with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RasterFormatException(Strings)
RasterFormatException with the specified message.
s - the message to generate when a
RasterFormatException is thrown