public class

ImagingOpException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.awt.image.ImagingOpException

Class Overview

The ImagingOpException is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.

Summary

Public Constructors
ImagingOpException(String s)
Constructs an ImagingOpException object with the specified message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ImagingOpException (String s)

Constructs an ImagingOpException object with the specified message.

Parameters
s the message to generate when a ImagingOpException is thrown