Package gov.nih.mipav.model.file
Class MetadataExtractor.JpegProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nih.mipav.model.file.MetadataExtractor.CompoundException
-
- gov.nih.mipav.model.file.MetadataExtractor.ImageProcessingException
-
- gov.nih.mipav.model.file.MetadataExtractor.JpegProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.JpegProcessingException extends MetadataExtractor.ImageProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.- 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 JpegProcessingException(java.lang.String message)
JpegProcessingException(java.lang.String message, java.lang.Throwable cause)
JpegProcessingException(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
-
-