|
cds
1.4.0
|
Base of all exceptions in the library. More...
#include <cds/details/defs.h>
Public Member Functions | |
| Exception () | |
| Create empty exception. | |
| Exception (const char *pszMsg) | |
| Create exception with message. | |
| Exception (const std::string &strMsg) | |
| Create exception with message. | |
| virtual | ~Exception () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
| Return exception message. | |
Protected Attributes | |
| std::string | m_strMsg |
| Exception message. | |
Base of all exceptions in the library.