Class InputDispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.gloop.glfw.input.exception.InputDispatchException
- All Implemented Interfaces:
Serializable
An exception that can occur on input event dispatch setup.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputDispatchException(String message) InputDispatchException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputDispatchException
public InputDispatchException() -
InputDispatchException
-
InputDispatchException
-