Serializablepublic class OpenGLException extends RuntimeException
| Constructor | Description |
|---|---|
OpenGLException() |
Constructor 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OpenGLException(int gl_error_code)
public OpenGLException()
public OpenGLException(String message)
message - public OpenGLException(String message, Throwable cause)
message - cause - public OpenGLException(Throwable cause)
cause - Copyright © 2002-2009 lwjgl.org. All Rights Reserved.