Apache log4cxx Version 0.10.0
IOException Class Reference

Signals that an I/O exception of some sort has occurred. More...

#include <exception.h>

Inherits Exception.

Inherited by InterruptedIOException, and SocketException.

Public Member Functions

 IOException ()
 IOException (log4cxx_status_t stat)
 IOException (const LogString &msg)
 IOException (const IOException &src)
IOExceptionoperator= (const IOException &)
Public Member Functions inherited from Exception
 Exception (const char *msg)
 Exception (const LogString &msg)
 Exception (const Exception &src)
Exceptionoperator= (const Exception &src)
const char * what () const throw ()

Detailed Description

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.

Constructor & Destructor Documentation

◆ IOException() [1/4]

IOException ( )

◆ IOException() [2/4]

IOException ( log4cxx_status_t stat)

◆ IOException() [3/4]

IOException ( const LogString & msg)

◆ IOException() [4/4]

IOException ( const IOException & src)

Member Function Documentation

◆ operator=()

IOException & operator= ( const IOException & )

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