FileDocCategorySizeDatePackage
ImagingOpException.javaAPI DocJava SE 5 API742Fri Aug 26 14:56:54 BST 2005java.awt.image

ImagingOpException

public class ImagingOpException extends RuntimeException
The ImagingOpException is thrown if one of the {@link BufferedImageOp} or {@link RasterOp} filter methods cannot process the image.
version
10 Feb 1997

Fields Summary
Constructors Summary
public ImagingOpException(String s)
Constructs an ImagingOpException object with the specified message.

param
s the message to generate when a ImagingOpException is thrown

        super (s);
    
Methods Summary