NvThreadException Class Reference
Exception class Abstract exception class available in some architectures for signaling when the threading API implementation entered an illegal state. More...
#include <NvThread.h>
Public Member Functions | |
virtual const char * | what (void) const =0 throw () |
Returns exception message. |
Detailed Description
Exception class Abstract exception class available in some architectures for signaling when the threading API implementation entered an illegal state.
Member Function Documentation
virtual const char* NvThreadException::what | ( | void | ) | const throw () [pure virtual] |
Returns exception message.
Return a string with details on the illegal state the application entered.
- Returns:
- character string with an implementation-dependent exception message.
The documentation for this class was generated from the following file: