|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
A generic unchecked exception for Jogamp errors used throughout the binding as a substitute for RuntimeException.
More...
Public Member Functions | |
| JogampRuntimeException () | |
| Constructs a JogampRuntimeException object. More... | |
| JogampRuntimeException (final String message) | |
| Constructs a JogampRuntimeException object with the specified detail message. More... | |
| JogampRuntimeException (final String message, final Throwable cause) | |
| Constructs a JogampRuntimeException object with the specified detail message and root cause. More... | |
| JogampRuntimeException (final Throwable cause) | |
| Constructs a JogampRuntimeException object with the specified root cause. More... | |
A generic unchecked exception for Jogamp errors used throughout the binding as a substitute for RuntimeException.
Definition at line 36 of file JogampRuntimeException.java.
| com.jogamp.common.JogampRuntimeException.JogampRuntimeException | ( | ) |
Constructs a JogampRuntimeException object.
Definition at line 38 of file JogampRuntimeException.java.
| com.jogamp.common.JogampRuntimeException.JogampRuntimeException | ( | final String | message | ) |
Constructs a JogampRuntimeException object with the specified detail message.
Definition at line 44 of file JogampRuntimeException.java.
| com.jogamp.common.JogampRuntimeException.JogampRuntimeException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Constructs a JogampRuntimeException object with the specified detail message and root cause.
Definition at line 50 of file JogampRuntimeException.java.
| com.jogamp.common.JogampRuntimeException.JogampRuntimeException | ( | final Throwable | cause | ) |
Constructs a JogampRuntimeException object with the specified root cause.
Definition at line 56 of file JogampRuntimeException.java.