|
Apache log4cxx Version 0.10.0
|
The class Exception and its subclasses indicate conditions that a reasonable application might want to catch. More...
#include <exception.h>
Inherits exception.
Inherited by SQLException, ClassNotFoundException, IOException, IllegalMonitorStateException, IllegalStateException, InstantiationException, InterruptedException, MissingResourceException, MutexException, NoSuchElementException, PoolException, RuntimeException, ThreadException, TranscoderException, and UnknownHostException.
Public Member Functions | |
| Exception (const char *msg) | |
| Exception (const LogString &msg) | |
| Exception (const Exception &src) | |
| Exception & | operator= (const Exception &src) |
| const char * | what () const throw () |
The class Exception and its subclasses indicate conditions that a reasonable application might want to catch.
| Exception | ( | const char * | msg | ) |
| const char * what | ( | ) | const | |
| throw | ( | |||
| ) | ||||