Class ImageProcessingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JpegProcessingException, PngProcessingException, RiffProcessingException, TiffProcessingException

public class ImageProcessingException extends CompoundException
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.
Author:
Drew Noakes https://drewnoakes.com
See Also:
  • Constructor Details

    • ImageProcessingException

      public ImageProcessingException(String message)
    • ImageProcessingException

      public ImageProcessingException(String message, Throwable cause)
    • ImageProcessingException

      public ImageProcessingException(Throwable cause)