Module java.desktop
Package java.awt.image

Class RasterFormatException

所有已实现的接口:
Serializable

public class RasterFormatException extends RuntimeException
如果Raster中存在无效的布局信息,则会抛出RasterFormatException
参见:
  • Constructor Details

    • RasterFormatException

      public RasterFormatException(String s)
      使用指定的消息构造一个新的RasterFormatException
      参数:
      s - 当抛出RasterFormatException时生成的消息