Class PngProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PngProcessingException
    extends ImageProcessingException
    An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.
    See Also:
    Serialized Form
    • Constructor Detail

      • PngProcessingException

        public PngProcessingException​(java.lang.String message)
      • PngProcessingException

        public PngProcessingException​(java.lang.String message,
                                      java.lang.Throwable cause)
      • PngProcessingException

        public PngProcessingException​(java.lang.Throwable cause)