|
Apache Log4cxx
Version 1.8.0
|
#include <exception.h>
Public Member Functions | |
| SubProcessFailure (const LogString &processName, int exitCode, int exitWhy) | |
| SubProcessFailure (const char *processName, int exitCode, int exitWhy) | |
| SubProcessFailure (const SubProcessFailure &src) | |
| SubProcessFailure & | operator= (const SubProcessFailure &) |
| 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 () |
Static Public Member Functions | |
| static LogString | makeMessage (const LogString &processName, int exitCode, int exitWhy) |
| Static Public Member Functions inherited from log4cxx::helpers::Exception | |
| static LogString | makeMessage (const LogString &type, log4cxx_status_t stat) |
| static std::string | makeMessage (const char *type, log4cxx_status_t stat) |
| log4cxx::helpers::SubProcessFailure::SubProcessFailure | ( | const LogString & | processName, |
| int | exitCode, | ||
| int | exitWhy ) |
| log4cxx::helpers::SubProcessFailure::SubProcessFailure | ( | const char * | processName, |
| int | exitCode, | ||
| int | exitWhy ) |
| log4cxx::helpers::SubProcessFailure::SubProcessFailure | ( | const SubProcessFailure & | src | ) |
|
static |
| SubProcessFailure & log4cxx::helpers::SubProcessFailure::operator= | ( | const SubProcessFailure & | ) |