public class

RasterFormatException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.awt.image.RasterFormatException

Class Overview

The RasterFormatException is thrown if there is invalid layout information in the Raster.

Summary

Public Constructors
RasterFormatException(String s)
Constructs a new RasterFormatException with the specified message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RasterFormatException (String s)

Constructs a new RasterFormatException with the specified message.

Parameters
s the message to generate when a RasterFormatException is thrown