Class RiffProcessingException

All Implemented Interfaces:
Serializable

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

    • RiffProcessingException

      public RiffProcessingException(String message)
    • RiffProcessingException

      public RiffProcessingException(String message, Throwable cause)
    • RiffProcessingException

      public RiffProcessingException(Throwable cause)