java.awt.image
public class: ImagingOpException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.awt.image.ImagingOpException
All Implemented Interfaces:
Serializable
The
ImagingOpException is thrown if one of the
BufferedImageOp or
RasterOp filter methods cannot
process the image.
| Constructor: |
public ImagingOpException(String s) {
super (s);
}
Constructs an ImagingOpException object with the
specified message. Parameters:
s - the message to generate when a
ImagingOpException is thrown
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |