#include <exception.h>
Definition at line 32 of file exception.h.
Public Methods | |
| virtual | ~exception () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | _what |
|
|
Definition at line 36 of file exception.h.
00036 {};
|
|
|
Definition at line 37 of file exception.h. References _what.
00037 { return _what.c_str(); };
|
|
|
Definition at line 33 of file exception.h. Referenced by what(). |
1.2.16