- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.io7m.jspiel.api.RiffUncheckedException
-
- com.io7m.jspiel.api.RiffOutOfBoundsException
-
- All Implemented Interfaces:
java.io.Serializable
public final class RiffOutOfBoundsException extends RiffUncheckedException
An exception raised when attempting an out-of-bounds read or write.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RiffOutOfBoundsException(java.lang.String message)Construct an exception.RiffOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)Construct an exception.RiffOutOfBoundsException(java.lang.Throwable cause)Construct an exception.
-
-
-
Constructor Detail
-
RiffOutOfBoundsException
public RiffOutOfBoundsException(java.lang.String message)
Construct an exception.- Parameters:
message- The message
-
RiffOutOfBoundsException
public RiffOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)Construct an exception.- Parameters:
message- The messagecause- The underlying cause
-
RiffOutOfBoundsException
public RiffOutOfBoundsException(java.lang.Throwable cause)
Construct an exception.- Parameters:
cause- The underlying cause
-
-