src/share/classes/java/awt/image/RasterFormatException.java

Print this page

        

*** 30,39 **** --- 30,41 ---- * The <code>RasterFormatException</code> is thrown if there is * invalid layout information in the {@link Raster}. */ public class RasterFormatException extends java.lang.RuntimeException { + private static final long serialVersionUID = 96598996116164315L; + /** * Constructs a new <code>RasterFormatException</code> with the * specified message. * @param s the message to generate when a * <code>RasterFormatException</code> is thrown