Class InputSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.gloop.glfw.input.exception.InputSetupException
- All Implemented Interfaces:
Serializable
An exception that can occur on input system setup.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputSetupException(String message) InputSetupException(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
-
InputSetupException
public InputSetupException() -
InputSetupException
-
InputSetupException
-