#include <lsm_ipc.hpp>
Public Member Functions | |
| LsmException (int code, std::string &msg) | |
| LsmException (int code, std::string &msg, const std::string &debug_addl) | |
| LsmException (int code, std::string &msg, const std::string &debug_addl, const std::string &debug_data_addl) | |
| ~LsmException () throw () | |
Data Fields | |
| int | error_code |
| std::string | debug |
| std::string | debug_data |
User defined class for errors
Definition at line 136 of file lsm_ipc.hpp.
| LsmException | ( | int | code, | |
| std::string & | msg | |||
| ) |
Constructor
| code | Error code | |
| msg | Error message |
Definition at line 189 of file lsm_ipc.cpp.
| LsmException | ( | int | code, | |
| std::string & | msg, | |||
| const std::string & | debug_addl | |||
| ) |
Constructor
| code | Error code | |
| msg | Error message | |
| debug_addl | Additional debug data |
Definition at line 195 of file lsm_ipc.cpp.
| LsmException | ( | int | code, | |
| std::string & | msg, | |||
| const std::string & | debug_addl, | |||
| const std::string & | debug_data_addl | |||
| ) |
Constructor
| code | Error code | |
| msg | Error message | |
| debug_addl | Additional debug | |
| debug_data_addl | Additional debug data |
Definition at line 206 of file lsm_ipc.cpp.
| ~LsmException | ( | ) | throw () |
Destructor
Definition at line 202 of file lsm_ipc.cpp.
| std::string debug |
Definition at line 171 of file lsm_ipc.hpp.
| std::string debug_data |
Definition at line 172 of file lsm_ipc.hpp.
| int error_code |
Definition at line 170 of file lsm_ipc.hpp.
1.6.1