#include <std_except.hh>
Inheritance diagram for StandardException:
Public Methods | |
StandardException (const string &fname=string(), int ln=0, const string &msg=string()) | |
virtual | ~StandardException () |
virtual const char * | what () const |
Protected Methods | |
void | MakeMessage (const string &file, int line, const string &msg) |
void | BuildBacktrace () |
Protected Attributes | |
string | message |
string | bt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|