public class RasterFormatException extends RuntimeException
RasterFormatException
is thrown if there is
invalid layout information in a BufferedImage
.Constructor and Description |
---|
RasterFormatException(String s)
Constructs a new
RasterFormatException with the
specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RasterFormatException(String s)
RasterFormatException
with the
specified message.s
- the message to generate when a
RasterFormatException
is thrownCopyright © 2013 CableLabs. All rights reserved.