Package gov.nih.mipav.model.file
Class MetadataExtractor.ImageProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nih.mipav.model.file.MetadataExtractor.CompoundException
-
- gov.nih.mipav.model.file.MetadataExtractor.ImageProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MetadataExtractor.JpegProcessingException
,MetadataExtractor.PngProcessingException
,MetadataExtractor.TiffProcessingException
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.ImageProcessingException extends MetadataExtractor.CompoundException
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.- 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 ImageProcessingException(java.lang.String message)
ImageProcessingException(java.lang.String message, java.lang.Throwable cause)
ImageProcessingException(java.lang.Throwable cause)
-
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
-
-