IBR-DTNSuite
0.12
|
#include <Exceptions.h>
Public Member Functions | |
PayloadReceptionInterrupted (const size_t l, string what="The payload reception has been interrupted.") throw () | |
Public Member Functions inherited from dtn::SerializationFailedException | |
SerializationFailedException (string what="The serialization failed.") throw () | |
Public Member Functions inherited from dtn::InvalidDataException | |
InvalidDataException (string what="Invalid input data.") throw () | |
Public Member Functions inherited from ibrcommon::Exception | |
Exception () throw () | |
Exception (const exception &) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Exception (string what) throw () | |
Public Attributes | |
const size_t | length |
Additional Inherited Members | |
Protected Attributes inherited from ibrcommon::Exception | |
string | _what |
Definition at line 62 of file Exceptions.h.
|
inline |
Definition at line 66 of file Exceptions.h.
const size_t dtn::PayloadReceptionInterrupted::length |
Definition at line 65 of file Exceptions.h.
Referenced by dtn::data::DefaultDeserializer::operator>>().