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

Class ImagingOpException

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


public class ImagingOpException

extends RuntimeException

This exception is thrown when BufferedImageOp or RasterOp filters cannot process an image.

Author:See Also:

Constructor Summary

ImagingOpException(java.lang.String message)

Create a new instance with a descriptive error message.

Constructor Details

ImagingOpException

public ImagingOpException(java.lang.String message)

Create a new instance with a descriptive error message.

Parameters: