Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::RuntimeException Class Reference

RuntimeException is the parent class of those exceptions that can be thrown during the normal operation of the process. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::RuntimeException:
log4cxx::helpers::Exception log4cxx::helpers::DOMException log4cxx::helpers::IllegalArgumentException log4cxx::helpers::NullPointerException

Public Member Functions

 RuntimeException (log4cxx_status_t stat)
 
 RuntimeException (const LogString &msg)
 
 RuntimeException (const RuntimeException &msg)
 
RuntimeExceptionoperator= (const RuntimeException &src)
 
- 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 ()
 

Detailed Description

RuntimeException is the parent class of those exceptions that can be thrown during the normal operation of the process.

Constructor & Destructor Documentation

◆ RuntimeException() [1/3]

log4cxx::helpers::RuntimeException::RuntimeException ( log4cxx_status_t  stat)

◆ RuntimeException() [2/3]

log4cxx::helpers::RuntimeException::RuntimeException ( const LogString msg)

◆ RuntimeException() [3/3]

log4cxx::helpers::RuntimeException::RuntimeException ( const RuntimeException msg)

Member Function Documentation

◆ operator=()

RuntimeException & log4cxx::helpers::RuntimeException::operator= ( const RuntimeException src)

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