Apache Log4cxx  Version 1.8.0
Loading...
Searching...
No Matches
log4cxx::helpers::SubProcessFailure Class Reference

#include <exception.h>

Inheritance diagram for log4cxx::helpers::SubProcessFailure:
log4cxx::helpers::Exception

Public Member Functions

 SubProcessFailure (const LogString &processName, int exitCode, int exitWhy)
 SubProcessFailure (const char *processName, int exitCode, int exitWhy)
 SubProcessFailure (const SubProcessFailure &src)
SubProcessFailureoperator= (const SubProcessFailure &)
Public Member Functions inherited from log4cxx::helpers::Exception
 Exception (const char *msg)
 Exception (const LogString &msg)
 Exception (const Exception &src)
Exceptionoperator= (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)

Constructor & Destructor Documentation

◆ SubProcessFailure() [1/3]

log4cxx::helpers::SubProcessFailure::SubProcessFailure ( const LogString & processName,
int exitCode,
int exitWhy )

◆ SubProcessFailure() [2/3]

log4cxx::helpers::SubProcessFailure::SubProcessFailure ( const char * processName,
int exitCode,
int exitWhy )

◆ SubProcessFailure() [3/3]

log4cxx::helpers::SubProcessFailure::SubProcessFailure ( const SubProcessFailure & src)

Member Function Documentation

◆ makeMessage()

LogString log4cxx::helpers::SubProcessFailure::makeMessage ( const LogString & processName,
int exitCode,
int exitWhy )
static

◆ operator=()

SubProcessFailure & log4cxx::helpers::SubProcessFailure::operator= ( const SubProcessFailure & )

The documentation for this class was generated from the following file: