Class CgException

All Implemented Interfaces:
Serializable

public class CgException extends RuntimeException
A generic exception for errors that occur throughout the NVidia Cg binding, as a substitute for RuntimeException.
See Also:
  • Constructor Details

    • CgException

      public CgException()
      Constructs a CgException object.
    • CgException

      public CgException(String message)
      Constructs a CgException object with the specified detail message.
    • CgException

      public CgException(String message, Throwable cause)
      Constructs a CgException object with the specified detail message and root cause.
    • CgException

      public CgException(Throwable cause)
      Constructs a CgException object with the specified root cause.