Apache Log4cxx
Version 1.4.0
|
The class Exception and its subclasses indicate conditions that a reasonable application might want to catch. More...
#include <exception.h>
Public Member Functions | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
Static Public Member Functions | |
static LogString | makeMessage (const LogString &type, log4cxx_status_t stat) |
The class Exception and its subclasses indicate conditions that a reasonable application might want to catch.
|
static |