#include <exceptions.h>
Public Member Functions | |
virtual const char * | what () const throw () |
Protected Member Functions | |
~CMException () throw () | |
Protected Attributes | |
std::string | _what |
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.
CMException::~CMException | ( | ) | throw () [inline, protected] |
Definition at line 69 of file exceptions.h.
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().
std::string CMException::_what [protected] |
Definition at line 71 of file exceptions.h.
Referenced by fireball::bail(), CMFailure::CMFailure(), CMInvalidParameter::CMInvalidParameter(), CMUnsupported::CMUnsupported(), fireball::fireball(), pthread_exception::pthread_exception(), what(), fireball::what(), and pthread_exception::what().