Class MetadataExtractor.JpegProcessingException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • JpegProcessingException

      public JpegProcessingException(String message)
    • JpegProcessingException

      public JpegProcessingException(String message, Throwable cause)
    • JpegProcessingException

      public JpegProcessingException(Throwable cause)