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
Base class for all metadata specific exceptions.
- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataException(String msg) MetadataException(String msg, Throwable innerException) MetadataException(Throwable exception) -
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
-
MetadataException
-
MetadataException
-