Package org.apache.commons.imaging
Class ImagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.imaging.ImagingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ImageReadException,ImageWriteException
public class ImagingException extends java.lang.ExceptionThe base class for implementing custom exceptions in the Apache Commons Imaging package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImagingException(java.lang.String message)ImagingException(java.lang.String message, java.lang.Throwable cause)
-