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

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

    • InputDispatchException

      public InputDispatchException()
    • InputDispatchException

      public InputDispatchException(String message)
    • InputDispatchException

      public InputDispatchException(String message, Throwable cause)