ImagingOpExceptionpublic class ImagingOpException extends RuntimeException The ImagingOpException is thrown if one of the
{@link BufferedImageOp} or {@link RasterOp} filter methods cannot
process the image. |
Constructors Summary |
---|
public ImagingOpException(String s)Constructs an ImagingOpException object with the
specified message.
super (s);
|
|