|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lwjgl.opengl.OpenGLException
public class OpenGLException
Thrown by the debug build library of the LWJGL if any OpenGL operation causes an error.
Constructor Summary | |
---|---|
OpenGLException()
Constructor for OpenGLException. |
|
OpenGLException(int gl_error_code)
Constructor for OpenGLException. |
|
OpenGLException(java.lang.String message)
Constructor for OpenGLException. |
|
OpenGLException(java.lang.String message,
java.lang.Throwable cause)
Constructor for OpenGLException. |
|
OpenGLException(java.lang.Throwable cause)
Constructor for OpenGLException. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpenGLException(int gl_error_code)
public OpenGLException()
public OpenGLException(java.lang.String message)
message
- public OpenGLException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public OpenGLException(java.lang.Throwable cause)
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |