java.awt.image
Class ImagingOpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.awt.image.ImagingOpException
All Implemented Interfaces:
Serializable

public class ImagingOpException
extends RuntimeException

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

See Also:
BufferedImageOp, RasterOp, Serialized Form

Constructor Summary
ImagingOpException(String message)
          Create a new instance with a descriptive error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImagingOpException

public ImagingOpException(String message)
Create a new instance with a descriptive error message.

Parameters:
message - the descriptive error message