Type of exception that is thrown from LFATAL if (LOG_FLAGS&LFATAL_THROWS). More...
#include <Util/log.H>
Public Member Functions | |
virtual const char * | what () const =0 throw () |
Type of exception that is thrown from LFATAL if (LOG_FLAGS&LFATAL_THROWS).
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.