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

Print this page

        

*** 31,40 **** --- 31,42 ---- * {@link BufferedImageOp} or {@link RasterOp} filter methods cannot * process the image. */ public class ImagingOpException extends java.lang.RuntimeException { + private static final long serialVersionUID = 8026288481846276658L; + /** * Constructs an <code>ImagingOpException</code> object with the * specified message. * @param s the message to generate when a * <code>ImagingOpException</code> is thrown