libepp_nicbr
|
General Exception Class. More...
#include <GeneralException.H>
Public Member Functions | |
GeneralException (const int code, const string &msg, const string &low_level_msg="") | |
Constructor. More... | |
int | get_code () const |
Returns the Exception Code. More... | |
string | get_msg () const |
Returns the Exception Message. More... | |
string | get_low_level_msg () const |
Return Low Level Error Message. More... | |
Protected Attributes | |
int | _code |
Exception Code. | |
string | _msg |
Exception Message. | |
string | _low_level_msg |
Low Level Message. | |
General Exception Class.
|
inline |
Constructor.
code | Exception Code |
msg | Exception Message |
low_level_msg | Optional message returned by inner libraries |
|
inline |
Returns the Exception Code.
References _code.
Referenced by cmd_connect(), cmd_disconnect(), cmd_hello(), cmd_runxml(), cmd_xmlcmd(), cmd_xmlrsp(), and process_action().
|
inline |
Return Low Level Error Message.
References _low_level_msg.
Referenced by cmd_connect(), cmd_disconnect(), cmd_hello(), cmd_runxml(), and process_action().
|
inline |
Returns the Exception Message.
References _msg.
Referenced by cmd_connect(), cmd_disconnect(), cmd_hello(), cmd_runxml(), cmd_xmlcmd(), cmd_xmlrsp(), and process_action().