Package com.drew.imaging.tiff
Class TiffProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.imaging.ImageProcessingException
com.drew.imaging.tiff.TiffProcessingException
- All Implemented Interfaces:
Serializable
@Deprecated(since="2024-11-20")
public class TiffProcessingException
extends ImageProcessingException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTiffProcessingException(String message) Deprecated.TiffProcessingException(String message, Throwable cause) Deprecated.TiffProcessingException(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
TiffProcessingException
Deprecated. -
TiffProcessingException
Deprecated. -
TiffProcessingException
Deprecated.
-