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

The class Exception and its subclasses indicate conditions that a reasonable application might want to catch. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::Exception:
log4cxx::db::SQLException log4cxx::helpers::ClassNotFoundException log4cxx::helpers::IOException log4cxx::helpers::IllegalMonitorStateException log4cxx::helpers::IllegalStateException log4cxx::helpers::InstantiationException log4cxx::helpers::InterruptedException log4cxx::helpers::MissingResourceException log4cxx::helpers::NoSuchElementException log4cxx::helpers::PoolException log4cxx::helpers::RuntimeException log4cxx::helpers::ThreadException log4cxx::helpers::TranscoderException log4cxx::helpers::UnknownHostException

Public Member Functions

 Exception (const char *msg)
 
 Exception (const LogString &msg)
 
 Exception (const Exception &src)
 
Exceptionoperator= (const Exception &src)
 
const char * what () const throw ()
 

Detailed Description

The class Exception and its subclasses indicate conditions that a reasonable application might want to catch.

Constructor & Destructor Documentation

◆ Exception() [1/3]

log4cxx::helpers::Exception::Exception ( const char *  msg)

◆ Exception() [2/3]

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

◆ Exception() [3/3]

log4cxx::helpers::Exception::Exception ( const Exception src)

Member Function Documentation

◆ operator=()

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

◆ what()

const char * log4cxx::helpers::Exception::what ( ) const
throw (
)

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