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

public class InputSetupException extends RuntimeException
An exception that can occur on input system setup.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • InputSetupException

      public InputSetupException()
    • InputSetupException

      public InputSetupException(String message)
    • InputSetupException

      public InputSetupException(String message, Throwable cause)