Class PngProcessingException

All Implemented Interfaces:
Serializable

public class PngProcessingException 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

    • PngProcessingException

      public PngProcessingException(String message)
    • PngProcessingException

      public PngProcessingException(String message, Throwable cause)
    • PngProcessingException

      public PngProcessingException(Throwable cause)