Apache log4cxx
Version 0.10.0
|
RuntimeException is the parent class of those exceptions that can be
thrown during the normal operation of the process. More...
Inherits Exception.
Inherited by DOMException, IllegalArgumentException, and NullPointerException.
Public Member Functions | |
RuntimeException (log4cxx_status_t stat) | |
RuntimeException (const LogString &msg) | |
RuntimeException (const RuntimeException &msg) | |
RuntimeException & | operator= (const RuntimeException &src) |
![]() | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
RuntimeException is the parent class of those exceptions that can be
thrown during the normal operation of the process.
RuntimeException | ( | log4cxx_status_t | stat | ) |
RuntimeException | ( | const LogString & | msg | ) |
RuntimeException | ( | const RuntimeException & | msg | ) |
RuntimeException& operator= | ( | const RuntimeException & | src | ) |