Package com.jogamp.opengl.cg
Class CgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jogamp.opengl.cg.CgException
- All Implemented Interfaces:
Serializable
A generic exception for errors that occur throughout the NVidia Cg
binding, as a substitute for
RuntimeException
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a CgException object.CgException
(String message) Constructs a CgException object with the specified detail message.CgException
(String message, Throwable cause) Constructs a CgException object with the specified detail message and root cause.CgException
(Throwable cause) Constructs a CgException object with the specified root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CgException
public CgException()Constructs a CgException object. -
CgException
Constructs a CgException object with the specified detail message. -
CgException
Constructs a CgException object with the specified detail message and root cause. -
CgException
Constructs a CgException object with the specified root cause.
-