- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.awt.image.ImagingOpException
-
- All Implemented Interfaces:
-
Serializable
public class ImagingOpException extends RuntimeException
所述ImagingOpException
,如果所述一个被抛出BufferedImageOp
种或RasterOp
过滤方法不能处理图像。- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 ImagingOpException(String s)
构造具有指定消息的ImagingOpException
对象。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
ImagingOpException
public ImagingOpException(String s)
使用指定的消息构造一个ImagingOpException
对象。- 参数
-
s
- 抛出ImagingOpException
时生成的消息
-
-