#include <GeneralException.H>
Inheritance diagram for GeneralException:
Public Member Functions | |
GeneralException (const int code, const string &msg, const string &low_level_msg="") | |
Constructor. | |
int | get_code () const |
Returns the Exception Code. | |
string | get_msg () const |
Returns the Exception Message. | |
string | get_low_level_msg () const |
Return Low Level Error Message. | |
Protected Attributes | |
int | _code |
Exception Code. | |
string | _msg |
Exception Message. | |
string | _low_level_msg |
Low Level Message. |
|
Constructor.
|
|
Returns the Exception Code.
|
|
Return Low Level Error Message.
|
|
Returns the Exception Message.
|