Apache log4cxx
Version 0.11.0
|
Signals that an I/O exception of some sort has occurred. More...
#include <exception.h>
Public Member Functions | |
IOException (log4cxx_status_t stat) | |
IOException (const LogString &msg) | |
IOException (const IOException &src) | |
IOException & | operator= (const IOException &) |
![]() | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
Signals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or interrupted I/O operations.