Package com.drew.metadata
Class MetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.metadata.MetadataException
- All Implemented Interfaces:
Serializable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Base class for all metadata specific exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataException(String msg) Deprecated.MetadataException(String msg, Throwable innerException) Deprecated.MetadataException(Throwable exception) 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
-
MetadataException
Deprecated. -
MetadataException
Deprecated. -
MetadataException
Deprecated.
-