Class RiffBuilderException

All Implemented Interfaces:
Serializable

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

    • RiffBuilderException

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

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

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