40package com.jogamp.opengl.cg;
59 public CgException(
final String message,
final Throwable cause) {
60 super(message, cause);
A generic exception for errors that occur throughout the NVidia Cg binding, as a substitute for Runti...
CgException(final String message)
Constructs a CgException object with the specified detail message.
CgException(final Throwable cause)
Constructs a CgException object with the specified root cause.
CgException(final String message, final Throwable cause)
Constructs a CgException object with the specified detail message and root cause.
CgException()
Constructs a CgException object.