RasterFormatExceptionpublic class RasterFormatException extends RuntimeException The RasterFormatException is thrown if there is
invalid layout information in the {@link Raster}. |
Constructors Summary |
---|
public RasterFormatException(String s)Constructs a new RasterFormatException with the
specified message.
super (s);
|
|