Package org.apache.commons.imaging
Class ImagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.imaging.ImagingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageReadException
,ImageWriteException
The base class for implementing custom exceptions in the
Apache Commons Imaging package.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImagingException
(String message) ImagingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ImagingException
-
ImagingException
-