Class JpegProcessingException

All Implemented Interfaces:
Serializable

public class JpegProcessingException extends ImageProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.
Author:
Drew Noakes https://drewnoakes.com
See Also:
  • Constructor Details

    • JpegProcessingException

      public JpegProcessingException(String message)
    • JpegProcessingException

      public JpegProcessingException(String message, Throwable cause)
    • JpegProcessingException

      public JpegProcessingException(Throwable cause)