java.awt.image

接口
异常
java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 java.awt.image.RasterFormatException
所有已实现的接口:
Serializable

public class RasterFormatException
     
extends RuntimeException

如果 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
 

构造方法详细信息

RasterFormatException

public RasterFormatException(String s)
构造带指定消息的新 RasterFormatException

参数:
s - 抛出 RasterFormatException 时所生成的消息