
#include <Util/log.H>
The real type of the exception is a derived type that is hidden from this header file -- that's so that we can hide potentially expensive things in the real implementation, like using std::string or doing some other fancy message formatting.
Definition at line 165 of file log.H.
Public Member Functions | |
| virtual const char * | what () const =0 throw () |
Protected Member Functions | |
| lfatal_exception () throw () | |
| virtual | ~lfatal_exception () throw () |
1.4.4