Class RiffOutOfBoundsException

All Implemented Interfaces:
Serializable

public final class RiffOutOfBoundsException extends RiffUncheckedException
An exception raised when attempting an out-of-bounds read or write.
See Also:
  • Constructor Details

    • RiffOutOfBoundsException

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

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

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