Apache log4cxx  Version 0.10.0
Exception Class Reference

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

Inheritance diagram for Exception:
SQLException ClassNotFoundException IllegalMonitorStateException IllegalStateException InstantiationException InterruptedException IOException MissingResourceException MutexException NoSuchElementException PoolException RuntimeException ThreadException TranscoderException 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 ( const char *  msg)
Exception ( const LogString msg)
Exception ( const Exception src)

Member Function Documentation

Exception& operator= ( const Exception src)
const char* what ( ) const
throw (
)

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