|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.sun.opengl.cg.CgException
A generic exception for errors that occur throughout the NVidia Cg
binding, as a substitute for RuntimeException
.
Constructor Summary | |
CgException()
Constructs 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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CgException()
public CgException(String message)
public CgException(String message, Throwable cause)
public CgException(Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |