FileDocCategorySizeDatePackage
RasterFormatException.javaAPI DocAndroid 1.5 API1484Wed May 06 22:41:54 BST 2009java.awt.image

RasterFormatException

public class RasterFormatException extends RuntimeException
The RasterFormatException class represents the exception that is thrown when there's an invalid layout in the Raster.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public RasterFormatException(String s)
Instantiates a new RasterFormatException with the specified detail message.

param
s the detail message.


                                   
       
        super(s);
    
Methods Summary