#include <Exceptions.h>
Inherits ibrcommon::Exception.
Inherited by dtn::ConnectionInterruptedException, dtn::streams::StreamConnection::StreamClosedException, dtn::streams::StreamConnection::StreamErrorException, dtn::streams::StreamConnection::StreamShutdownException, dtn::streams::StreamConnection::TransmissionInterruptedException, ibrcommon::CanNotOpenFileException, and ibrcommon::FileNotExistsException.

Public Member Functions | |
| IOException (string what="Input/Output error.") throw () | |
This is thrown if input/output error happens.
Definition at line 69 of file Exceptions.h.
| ibrcommon::IOException::IOException | ( | string | what = "Input/Output error." |
) | throw () [inline] |
Definition at line 72 of file Exceptions.h.
1.7.1