Package gov.nih.mipav.model.file
Class MetadataExtractor.CompoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nih.mipav.model.file.MetadataExtractor.CompoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MetadataExtractor.ImageProcessingException,MetadataExtractor.MetadataException
- Enclosing class:
MetadataExtractor
Represents a compound exception, as modelled in JDK 1.4, but
unavailable in previous versions. This class allows support
of these previous JDK versions.
- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompoundException(String msg) CompoundException(String msg, Throwable innerException) CompoundException(Throwable exception) -
Method Summary
Methods 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:
-
_innerException
-
-
Constructor Details
-
CompoundException
-
CompoundException
-
CompoundException
-
-
Method Details
-
getInnerException
-
toString
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-