JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.cg.CgException Class Reference

A generic exception for errors that occur throughout the NVidia Cg binding, as a substitute for RuntimeException. More...

Inheritance diagram for com.jogamp.opengl.cg.CgException:
Collaboration diagram for com.jogamp.opengl.cg.CgException:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CgException() [1/4]

com.jogamp.opengl.cg.CgException.CgException ( )

Constructs a CgException object.

Definition at line 48 of file CgException.java.

◆ CgException() [2/4]

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.

◆ CgException() [3/4]

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.

◆ CgException() [4/4]

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.


The documentation for this class was generated from the following file: