All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.image.ImagingOpException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.RuntimeException
                            |
                            +----java.awt.image.ImagingOpException

public class ImagingOpException
extends RuntimeException
This exception is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.


Constructor Index

 o ImagingOpException(String)

Constructors

 o ImagingOpException
public ImagingOpException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature