#include <Exceptions.h>
Public Member Functions | |
| Exception () throw () | |
| Exception (const exception &) throw () | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
| Exception (string what) throw () | |
Base class for all exceptions in the IBR common library.
Definition at line 21 of file Exceptions.h.
| ibrcommon::Exception::Exception | ( | ) | throw () [inline] |
Definition at line 24 of file Exceptions.h.
| ibrcommon::Exception::Exception | ( | const exception & | ) | throw () [inline] |
Definition at line 27 of file Exceptions.h.
| virtual ibrcommon::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 30 of file Exceptions.h.
| ibrcommon::Exception::Exception | ( | string | what | ) | throw () [inline] |
constructor with attached string value as reason.
| what | The detailed reason for this exception. |
Definition at line 46 of file Exceptions.h.
References what().
| virtual const char* ibrcommon::Exception::what | ( | ) | const throw () [inline, virtual] |
Get the explaining reason as string value.
Definition at line 37 of file Exceptions.h.
Referenced by dtn::net::UDPConvergenceLayer::componentRun(), dtn::net::LOWPANConvergenceLayer::componentRun(), dtn::net::HTTPConvergenceLayer::componentRun(), dtn::net::UDPConvergenceLayer::componentUp(), dtn::net::LOWPANConvergenceLayer::componentUp(), createConvergenceLayers(), Exception(), main(), and dtn::net::operator<<().
1.6.3