Class RiffException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jspiel.api.RiffException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RiffBuilderException, RiffParseException, RiffRequiredChunkMissingException, RiffWriteException

public abstract class RiffException extends Exception
The type of exceptions thrown by the API.
See Also:
  • Constructor Details

    • RiffException

      public RiffException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • RiffException

      public RiffException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The underlying cause
    • RiffException

      public RiffException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The underlying cause