java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.awt.image.RasterFormatException
- 所有已实现的接口:
-
Serializable
如果
Raster
中存在无效的布局信息,则会抛出RasterFormatException
。
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RasterFormatException
使用指定的消息构造一个新的RasterFormatException
。- 参数:
-
s
- 当抛出RasterFormatException
时生成的消息
-