Package gov.nih.mipav.model.file
Class MetadataExtractor.MetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nih.mipav.model.file.MetadataExtractor.CompoundException
gov.nih.mipav.model.file.MetadataExtractor.MetadataException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MetadataExtractor
Base class for all metadata specific exceptions.
- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMetadataException(String msg) MetadataException(String msg, Throwable innerException) MetadataException(Throwable exception) -
Method Summary
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractor.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MetadataException
-
MetadataException
-
MetadataException
-