public class ImagingOpException extends RuntimeException
ImagingOpException is thrown if one of the
BufferedImageOp or
RasterOp filter methods cannot process the image.
| Constructor and Description |
|---|
ImagingOpException(String
Constructs an
ImagingOpException object with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ImagingOpException(Strings)
ImagingOpException object with the specified message.
s - the message to generate when a
ImagingOpException is thrown