#include <ABBdaemon.h>
Public Member Functions | |
ABBexception (std::string message) | |
~ABBexception () throw () | |
virtual const char * | what () const throw () |
Private Attributes | |
std::string | message |
Definition at line 28 of file ABBdaemon.h.
abbdaemon::ABBexception::ABBexception | ( | std::string | message | ) | [inline] |
Definition at line 32 of file ABBdaemon.h.
abbdaemon::ABBexception::~ABBexception | ( | ) | throw () [inline] |
Definition at line 36 of file ABBdaemon.h.
virtual const char* abbdaemon::ABBexception::what | ( | ) | const throw () [inline, virtual] |
Definition at line 38 of file ABBdaemon.h.
References message.
Referenced by roc::AbbContextRef::CreateDaemon(), roc::AbbDevice::ExecuteCommand(), roc::AbbTransport::ProcessPoolChanged(), and roc::AbbTransport::Read_Complete().
std::string abbdaemon::ABBexception::message [private] |
Definition at line 30 of file ABBdaemon.h.
Referenced by what().