Class OpenGLException

  • All Implemented Interfaces:
    Serializable

    public class OpenGLException
    extends RuntimeException

    Thrown by the debug build library of the LWJGL if any OpenGL operation causes an error.

    Version:
    $Revision$ $Id$
    Author:
    cix_foo
    See Also:
    Serialized Form
    • Constructor Detail

      • OpenGLException

        public OpenGLException​(int gl_error_code)
        Constructor for OpenGLException.
      • OpenGLException

        public OpenGLException()
        Constructor for OpenGLException.
      • OpenGLException

        public OpenGLException​(String message)
        Constructor for OpenGLException.
        Parameters:
        message -
      • OpenGLException

        public OpenGLException​(String message,
                               Throwable cause)
        Constructor for OpenGLException.
        Parameters:
        message -
        cause -
      • OpenGLException

        public OpenGLException​(Throwable cause)
        Constructor for OpenGLException.
        Parameters:
        cause -