Package com.drew.imaging
Class ImageProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.imaging.ImageProcessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JpegProcessingException
,TiffProcessingException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageProcessingException
(String message) Deprecated.ImageProcessingException
(String message, Throwable cause) Deprecated.Deprecated. -
Method Summary
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ImageProcessingException
Deprecated. -
ImageProcessingException
Deprecated. -
ImageProcessingException
Deprecated.
-