java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.awt.image.RasterFormatException
public class RasterFormatException
如果 Raster
中存在无效的布局信息,则抛出 RasterFormatException
。
构造方法摘要 | |
---|---|
RasterFormatException(String s) 构造带指定消息的新 RasterFormatException 。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public RasterFormatException(String s)
RasterFormatException
。
s
- 抛出
RasterFormatException
时所生成的消息