Class TiffProcessingException

All Implemented Interfaces:
Serializable

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

    • TiffProcessingException

      public TiffProcessingException(String message)
    • TiffProcessingException

      public TiffProcessingException(String message, Throwable cause)
    • TiffProcessingException

      public TiffProcessingException(Throwable cause)