FileDocCategorySizeDatePackage
RasterFormatException.javaAPI DocJava SE 5 API721Fri Aug 26 14:56:54 BST 2005java.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