|
| CException (const char *pszAction) |
|
| CException (const std::string &rsAction) |
|
| CException (const CException &aCException) |
|
CException & | operator= (const CException &aCException) |
|
int | operator== (const CException &aCException) const |
|
int | operator!= (const CException &rException) const |
|
const char * | getAction () const |
|
virtual const char * | ReasonText () const |
|
virtual int | ReasonCode () const |
|
const char * | WasDoing () const |
|
|
void | setAction (const char *pszAction) |
|
void | setAction (const std::string &rsAction) |
|
virtual void | DoAssign (const CException &rhs) |
|
The documentation for this class was generated from the following files:
- libtclplus/include/exception/Exception.h
- libtclplus/exception/Exception.cpp