JavaTM 2 Platform
Standard Ed. 6

java.awt.image
类 RasterFormatException

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 时所生成的消息

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only