Apache log4cxx
Version 0.10.0
|
The class Exception and its subclasses indicate conditions that a
reasonable application might want to catch. More...
Inherits exception.
Inherited by SQLException, ClassNotFoundException, IllegalMonitorStateException, IllegalStateException, InstantiationException, InterruptedException, IOException, 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 () |