Class GLException

All Implemented Interfaces:
Serializable

public class GLException extends RuntimeException
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException.
See Also:
  • Constructor Details

    • GLException

      public GLException()
      Constructs a GLException object.
    • GLException

      public GLException(String message)
      Constructs a GLException object with the specified detail message.
    • GLException

      public GLException(String message, Throwable cause)
      Constructs a GLException object with the specified detail message and root cause.
    • GLException

      public GLException(Throwable cause)
      Constructs a GLException object with the specified root cause.
  • Method Details

    • newGLException

      public static GLException newGLException(Throwable t)
      Constructs a GLException object with the specified root cause with a decorating message including the current thread name.
      Since:
      2.2