Package org.lwjgl.opengl
Class OpenGLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lwjgl.opengl.OpenGLException
- All Implemented Interfaces:
Serializable
Thrown by the debug build library of the LWJGL if any OpenGL operation causes an error.
- Version:
- $Revision$ $Id$
- Author:
- cix_foo <cix_foo@users.sourceforge.net>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for OpenGLException.OpenGLException
(int gl_error_code) Constructor for OpenGLException.OpenGLException
(String message) Constructor for OpenGLException.OpenGLException
(String message, Throwable cause) Constructor for OpenGLException.OpenGLException
(Throwable cause) Constructor for OpenGLException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenGLException
public OpenGLException(int gl_error_code) Constructor for OpenGLException. -
OpenGLException
public OpenGLException()Constructor for OpenGLException. -
OpenGLException
Constructor for OpenGLException.- Parameters:
message
-
-
OpenGLException
Constructor for OpenGLException.- Parameters:
message
-cause
-
-
OpenGLException
Constructor for OpenGLException.- Parameters:
cause
-
-