cds  1.4.0
Public Member Functions | Protected Attributes
cds::Exception Class Reference

Base of all exceptions in the library. More...

#include <cds/details/defs.h>

Inheritance diagram for cds::Exception:
cds::urcu::rcu_deadlock

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.
 

Detailed Description

Base of all exceptions in the library.


The documentation for this class was generated from the following file:

cds 1.4.0 Developed by Maxim Khiszinsky aka khizmax 2007 - 2012
Autogenerated Mon May 20 2013 00:37:55 by Doxygen 1.8.3.1