|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException.
More...
Public Member Functions | |
| GLException () | |
| Constructs a GLException object. More... | |
| GLException (final String message) | |
| Constructs a GLException object with the specified detail message. More... | |
| GLException (final String message, final Throwable cause) | |
| Constructs a GLException object with the specified detail message and root cause. More... | |
| GLException (final Throwable cause) | |
| Constructs a GLException object with the specified root cause. More... | |
Static Public Member Functions | |
| static GLException | newGLException (final Throwable t) |
| Constructs a GLException object with the specified root cause with a decorating message including the current thread name. More... | |
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException.
Definition at line 46 of file GLException.java.
| com.jogamp.opengl.GLException.GLException | ( | ) |
Constructs a GLException object.
Definition at line 48 of file GLException.java.
| com.jogamp.opengl.GLException.GLException | ( | final String | message | ) |
Constructs a GLException object with the specified detail message.
Definition at line 54 of file GLException.java.
| com.jogamp.opengl.GLException.GLException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Constructs a GLException object with the specified detail message and root cause.
Definition at line 60 of file GLException.java.
| com.jogamp.opengl.GLException.GLException | ( | final Throwable | cause | ) |
Constructs a GLException object with the specified root cause.
Definition at line 66 of file GLException.java.
|
static |
Constructs a GLException object with the specified root cause with a decorating message including the current thread name.
Definition at line 75 of file GLException.java.