7 #ifndef __GENERAL_EXCEPTION_H__
8 #define __GENERAL_EXCEPTION_H__
30 const string &low_level_msg =
"") :
63 #endif //__GENERAL_EXCEPTION_H__
GeneralException(const int code, const string &msg, const string &low_level_msg="")
Constructor.
Definition: GeneralException.H:29
General Exception Class.
Definition: GeneralException.H:19
string get_msg() const
Returns the Exception Message.
Definition: GeneralException.H:43
string get_low_level_msg() const
Return Low Level Error Message.
Definition: GeneralException.H:49
int get_code() const
Returns the Exception Code.
Definition: GeneralException.H:37
int _code
Exception Code.
Definition: GeneralException.H:49
string _msg
Exception Message.
Definition: GeneralException.H:56
string _low_level_msg
Low Level Message.
Definition: GeneralException.H:59