java.awt.image

Class RasterFormatException

public class RasterFormatException extends RuntimeException

This exception is thrown when there is invalid layout information in Raster

See Also: Raster

UNKNOWN: updated to 1.4

Constructor Summary
RasterFormatException(String message)
Create a new instance with a descriptive error message.

Constructor Detail

RasterFormatException

public RasterFormatException(String message)
Create a new instance with a descriptive error message.

Parameters: message the descriptive error message