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:
java.io.Serializable
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.MetadataException extends MetadataExtractor.CompoundException
Base class for all metadata specific exceptions.- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MetadataException(java.lang.String msg)
MetadataException(java.lang.String msg, java.lang.Throwable innerException)
MetadataException(java.lang.Throwable exception)
-
Method Summary
-
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractor.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-