#include <exceptions.h>
Public Member Functions | |
YeppException (const char *file, int line, const string &reason) throw () | |
YeppException (const YeppException &right) throw () | |
virtual | ~YeppException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
string | _errorString |
string | _file |
int | _line |
Definition at line 77 of file exceptions.h.
|
Definition at line 79 of file exceptions.h. References _errorString, _file, and _line. |
|
Definition at line 84 of file exceptions.h. References _errorString, _file, and _line. |
|
Definition at line 89 of file exceptions.h. |
|
Definition at line 90 of file exceptions.h. References _errorString, _file, and _line. |
|
Definition at line 98 of file exceptions.h. Referenced by what(), and YeppException(). |
|
Definition at line 99 of file exceptions.h. Referenced by what(), and YeppException(). |
|
Definition at line 100 of file exceptions.h. Referenced by what(), and YeppException(). |