Apache Log4cxx
Version 1.5.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.
log4cxx::helpers::Exception::Exception | ( | const char * | msg | ) |
log4cxx::helpers::Exception::Exception | ( | const LogString & | msg | ) |
log4cxx::helpers::Exception::Exception | ( | const Exception & | src | ) |
|
static |
const char * log4cxx::helpers::Exception::what | ( | ) | const | |||
throw | ( | ) |