java.awt.image

Class ImagingOpException

public class ImagingOpException extends RuntimeException

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

See Also: BufferedImageOp RasterOp

UNKNOWN: updated to 1.4

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

Constructor Detail

ImagingOpException

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

Parameters: message the descriptive error message