Package com.io7m.jspiel.api
Class RiffUncheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.jspiel.api.RiffUncheckedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RiffOutOfBoundsException
The type of unchecked exceptions thrown by the API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRiffUncheckedException(String message) Construct an exception.RiffUncheckedException(String message, Throwable cause) Construct an exception.RiffUncheckedException(Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RiffUncheckedException
Construct an exception.- Parameters:
message- The message
-
RiffUncheckedException
Construct an exception.- Parameters:
message- The messagecause- The underlying cause
-
RiffUncheckedException
Construct an exception.- Parameters:
cause- The underlying cause
-