|
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 | |
| NativeWindowException () | |
| Constructs a NativeWindowException object. More... | |
| NativeWindowException (final String message) | |
| Constructs a NativeWindowException object with the specified detail message. More... | |
| NativeWindowException (final String message, final Throwable cause) | |
| Constructs a NativeWindowException object with the specified detail message and root cause. More... | |
| NativeWindowException (final Throwable cause) | |
| Constructs a NativeWindowException object with the specified root cause. More... | |
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException.
Definition at line 46 of file NativeWindowException.java.
| com.jogamp.nativewindow.NativeWindowException.NativeWindowException | ( | ) |
Constructs a NativeWindowException object.
Definition at line 48 of file NativeWindowException.java.
| com.jogamp.nativewindow.NativeWindowException.NativeWindowException | ( | final String | message | ) |
Constructs a NativeWindowException object with the specified detail message.
Definition at line 54 of file NativeWindowException.java.
| com.jogamp.nativewindow.NativeWindowException.NativeWindowException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Constructs a NativeWindowException object with the specified detail message and root cause.
Definition at line 60 of file NativeWindowException.java.
| com.jogamp.nativewindow.NativeWindowException.NativeWindowException | ( | final Throwable | cause | ) |
Constructs a NativeWindowException object with the specified root cause.
Definition at line 66 of file NativeWindowException.java.