FileDocCategorySizeDatePackage
RasterFormatException.javaAPI DocJava SE 6 API722Tue Jun 10 00:25:28 BST 2008java.awt.image

RasterFormatException

public class RasterFormatException extends RuntimeException
The RasterFormatException is thrown if there is invalid layout information in the {@link Raster}.
version
10 Feb 1997

Fields Summary
Constructors Summary
public RasterFormatException(String s)
Constructs a new RasterFormatException with the specified message.

param
s the message to generate when a RasterFormatException is thrown

        super (s);
    
Methods Summary