Class 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 Details

  • Constructor Details

    • TiffProcessingException

      public TiffProcessingException(String message)
    • TiffProcessingException

      public TiffProcessingException(String message, Throwable cause)
    • TiffProcessingException

      public TiffProcessingException(Throwable cause)