java.awt.image
Class RasterFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.awt.image.RasterFormatException
- All Implemented Interfaces:
- Serializable
public class RasterFormatException
- extends RuntimeException
This exception is thrown when there is invalid layout information in
Raster
- See Also:
Raster
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RasterFormatException
public RasterFormatException(String message)
- Create a new instance with a descriptive error message.
- Parameters:
message
- the descriptive error message