|
ucommon
|
Mainline exception handler, this is the root for all Common C++ exceptions and assures the ansi C++ exception class hierarchy is both followed and imported into the gnu Common C++ class hierarchy. More...
#include <exception.h>

Public Member Functions | |
| Exception (String &what_arg) throw () | |
| virtual char * | getString () |
| virtual char * | what () throw () |
Mainline exception handler, this is the root for all Common C++ exceptions and assures the ansi C++ exception class hierarchy is both followed and imported into the gnu Common C++ class hierarchy.
Definition at line 74 of file exception.h.
1.7.6.1