Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.image

Class RasterFormatException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.lang.RuntimeException
         |
         +--java.awt.image.RasterFormatException


public class RasterFormatException

extends RuntimeException

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

Author:See Also:

Constructor Summary

RasterFormatException(java.lang.String message)

Create a new instance with a descriptive error message.

Constructor Details

RasterFormatException

public RasterFormatException(java.lang.String message)

Create a new instance with a descriptive error message.

Parameters: