CMException Class Reference

An abstract exception class. More...

#include <exceptions.h>

Inheritance diagram for CMException:

Inheritance graph
[legend]
Collaboration diagram for CMException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * what () const throw ()

Protected Member Functions

 ~CMException () throw ()

Protected Attributes

std::string _what


Detailed Description

An abstract exception class.

This abstract subclass of std::exception exists as an internal interface from which consmgr internal exceptions can be derived.

Definition at line 63 of file exceptions.h.


Constructor & Destructor Documentation

CMException::~CMException (  )  throw () [inline, protected]

Definition at line 69 of file exceptions.h.


Member Function Documentation

virtual const char* CMException::what ( void   )  const throw () [inline, virtual]

Reimplemented in pthread_exception, and fireball.

Definition at line 65 of file exceptions.h.

References _what.

Referenced by main(), MasterController::manage_connections(), Connection::manager(), MasterController::start_connections(), and BiDirConn::stop_engine().

Here is the caller graph for this function:


Member Data Documentation

std::string CMException::_what [protected]


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

Generated on Tue May 13 11:32:43 2008 for consmgr by  doxygen 1.5.5