java.awt.image
Class ImagingOpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.awt.image.ImagingOpException
- All Implemented Interfaces:
- Serializable
public class ImagingOpException
- extends RuntimeException
This exception is thrown when BufferedImageOp or
RasterOp filters cannot process an image.
- See Also:
BufferedImageOp,
RasterOp,
Serialized Form- Status:
- updated to 1.4
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ImagingOpException
public ImagingOpException(String message)
- Create a new instance with a descriptive error message.
- Parameters:
message - the descriptive error message
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.