#include <Exceptions.h>

Public Member Functions | |
| Exception () | |
| Exception (string what) | |
| string | what () |
Private Attributes | |
| string | m_what |
| dtn::exceptions::Exception::Exception | ( | ) | [inline] |
default constructor
| dtn::exceptions::Exception::Exception | ( | string | what | ) | [inline] |
constructor with attached string value as reason.
| what | The detailed reason for this exception. |
References m_what.
| string dtn::exceptions::Exception::what | ( | ) | [inline] |
Get the explaining reason as string value.
References m_what.
Referenced by dtn::core::UDPConvergenceLayer::receiveBundle().
string dtn::exceptions::Exception::m_what [private] |
Referenced by Exception(), and what().
1.5.6