#include <jaco_types.h>

Public Member Functions | |
| JacoCommException (const std::string &message, const int error_code) | |
| const char * | what () const throw () |
| ~JacoCommException () throw () | |
Private Attributes | |
| std::string | desc_ |
Definition at line 63 of file jaco_types.h.
| jaco::JacoCommException::JacoCommException | ( | const std::string & | message, |
| const int | error_code | ||
| ) | [explicit] |
Definition at line 86 of file jaco_types.cpp.
| jaco::JacoCommException::~JacoCommException | ( | ) | throw () [inline] |
Definition at line 67 of file jaco_types.h.
| const char * jaco::JacoCommException::what | ( | ) | const throw () |
Definition at line 94 of file jaco_types.cpp.
std::string jaco::JacoCommException::desc_ [private] |
Definition at line 71 of file jaco_types.h.