Apache Log4cxx
Version 1.3.0
|
#include <exception.h>
Public Member Functions | |
ThreadException (log4cxx_status_t stat) | |
ThreadException (const LogString &msg) | |
ThreadException (const ThreadException &src) | |
ThreadException & | operator= (const ThreadException &) |
Public Member Functions inherited from log4cxx::helpers::Exception | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
log4cxx::helpers::ThreadException::ThreadException | ( | log4cxx_status_t | stat | ) |
log4cxx::helpers::ThreadException::ThreadException | ( | const LogString & | msg | ) |
log4cxx::helpers::ThreadException::ThreadException | ( | const ThreadException & | src | ) |
ThreadException & log4cxx::helpers::ThreadException::operator= | ( | const ThreadException & | ) |