|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
A generic exception for Jogamp errors used throughout the binding as a substitute for RuntimeException.
More...
Public Member Functions | |
| ASTLocusTag | getASTLocusTag () |
| GlueGenException () | |
| Constructs a GlueGenException object. More... | |
| GlueGenException (final String message) | |
| Constructs a GlueGenException object with the specified detail message. More... | |
| GlueGenException (final String message, final Throwable cause) | |
| Constructs a GlueGenException object with the specified detail message and root cause. More... | |
| GlueGenException (final Throwable cause) | |
| Constructs a GlueGenException object with the specified root cause. More... | |
| GlueGenException (final String message, final ASTLocusTag locusTag) | |
| Constructs a GlueGenException object with the specified detail message and root cause. More... | |
| GlueGenException (final String message, final ASTLocusTag locusTag, final Throwable cause) | |
| Constructs a GlueGenException object with the specified detail message and root cause. More... | |
| String | toString () |
Public Member Functions inherited from com.jogamp.common.JogampRuntimeException | |
| 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 exception for Jogamp errors used throughout the binding as a substitute for RuntimeException.
Definition at line 37 of file GlueGenException.java.
| com.jogamp.gluegen.GlueGenException.GlueGenException | ( | ) |
Constructs a GlueGenException object.
Definition at line 43 of file GlueGenException.java.
| com.jogamp.gluegen.GlueGenException.GlueGenException | ( | final String | message | ) |
Constructs a GlueGenException object with the specified detail message.
Definition at line 50 of file GlueGenException.java.
| com.jogamp.gluegen.GlueGenException.GlueGenException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Constructs a GlueGenException object with the specified detail message and root cause.
Definition at line 57 of file GlueGenException.java.
| com.jogamp.gluegen.GlueGenException.GlueGenException | ( | final Throwable | cause | ) |
Constructs a GlueGenException object with the specified root cause.
Definition at line 64 of file GlueGenException.java.
| com.jogamp.gluegen.GlueGenException.GlueGenException | ( | final String | message, |
| final ASTLocusTag | locusTag | ||
| ) |
Constructs a GlueGenException object with the specified detail message and root cause.
Definition at line 71 of file GlueGenException.java.
| com.jogamp.gluegen.GlueGenException.GlueGenException | ( | final String | message, |
| final ASTLocusTag | locusTag, | ||
| final Throwable | cause | ||
| ) |
Constructs a GlueGenException object with the specified detail message and root cause.
Definition at line 78 of file GlueGenException.java.
| ASTLocusTag com.jogamp.gluegen.GlueGenException.getASTLocusTag | ( | ) |
Definition at line 40 of file GlueGenException.java.
| String com.jogamp.gluegen.GlueGenException.toString | ( | ) |