|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
A generic exception for errors that occur throughout the NVidia Cg binding, as a substitute for RuntimeException.
More...
Public Member Functions | |
| CgException () | |
| Constructs a CgException object. More... | |
| CgException (final String message) | |
| Constructs a CgException object with the specified detail message. More... | |
| CgException (final String message, final Throwable cause) | |
| Constructs a CgException object with the specified detail message and root cause. More... | |
| CgException (final Throwable cause) | |
| Constructs a CgException object with the specified root cause. More... | |
A generic exception for errors that occur throughout the NVidia Cg binding, as a substitute for RuntimeException.
Definition at line 46 of file CgException.java.
| com.jogamp.opengl.cg.CgException.CgException | ( | ) |
Constructs a CgException object.
Definition at line 48 of file CgException.java.
| com.jogamp.opengl.cg.CgException.CgException | ( | final String | message | ) |
Constructs a CgException object with the specified detail message.
Definition at line 53 of file CgException.java.
| com.jogamp.opengl.cg.CgException.CgException | ( | final String | message, |
| final Throwable | cause | ||
| ) |
Constructs a CgException object with the specified detail message and root cause.
Definition at line 59 of file CgException.java.
| com.jogamp.opengl.cg.CgException.CgException | ( | final Throwable | cause | ) |
Constructs a CgException object with the specified root cause.
Definition at line 64 of file CgException.java.