Apache Log4cxx
Version 1.3.0
|
Signals that an I/O exception of some sort has occurred. More...
#include <exception.h>
Public Member Functions | |
IOException () | |
IOException (log4cxx_status_t stat) | |
IOException (const LogString &msg) | |
IOException (const LogString &type, log4cxx_status_t stat) | |
IOException (const IOException &src) | |
IOException & | operator= (const IOException &) |
Public Member Functions inherited from log4cxx::helpers::Exception | |
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.
log4cxx::helpers::IOException::IOException | ( | ) |
log4cxx::helpers::IOException::IOException | ( | log4cxx_status_t | stat | ) |
log4cxx::helpers::IOException::IOException | ( | const LogString & | msg | ) |
log4cxx::helpers::IOException::IOException | ( | const LogString & | type, |
log4cxx_status_t | stat | ||
) |
log4cxx::helpers::IOException::IOException | ( | const IOException & | src | ) |
IOException & log4cxx::helpers::IOException::operator= | ( | const IOException & | ) |