#include <TCException.h>


Public Member Functions | |
| Exception () | |
| Exception (const char *what) | |
| Exception (const std::string &what) | |
| ~Exception () throw () | |
| virtual const char * | what () const throw () |
| Get some information about the exception. | |
Protected Member Functions | |
| void | SetExceptionString (const std::string &text) |
Private Attributes | |
| std::string | m_what |
Definition at line 61 of file TCException.h.
| TC::Exception::Exception | ( | ) |