Package com.drew.lang
Class CompoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageProcessingException,MetadataException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Represents a compound exception, as modelled in JDK 1.4, but
unavailable in previous versions. This class allows support
of these previous JDK versions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundException(String msg) Deprecated.CompoundException(String msg, Throwable innerException) Deprecated.CompoundException(Throwable exception) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.toString()Deprecated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
CompoundException
Deprecated. -
CompoundException
Deprecated. -
CompoundException
Deprecated.
-
-
Method Details
-
getInnerException
Deprecated. -
toString
Deprecated. -
printStackTrace
Deprecated.- Overrides:
printStackTracein classThrowable
-
printStackTrace
Deprecated.- Overrides:
printStackTracein classThrowable
-
printStackTrace
public void printStackTrace()Deprecated.- Overrides:
printStackTracein classThrowable
-