Package gov.nih.mipav.model.file
Class MetadataExtractor.TiffProcessingException
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.TiffProcessingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MetadataExtractor
public class MetadataExtractor.TiffProcessingException
extends MetadataExtractor.ImageProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.
- Author:
- Drew Noakes https://drewnoakes.com, Darren Salomons
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTiffProcessingException(String message) TiffProcessingException(String message, Throwable cause) TiffProcessingException(Throwable cause) -
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
-
TiffProcessingException
-
TiffProcessingException
-
TiffProcessingException
-