Class GLFWException

All Implemented Interfaces:
Serializable

public class GLFWException extends RuntimeException
Generic GLFW error.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • GLFWException

      public GLFWException()
    • GLFWException

      public GLFWException(String message)
    • GLFWException

      public GLFWException(String message, Throwable cause)