Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.