|
IBR-DTNSuite 0.6
|
#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 () | |
Protected Attributes | |
| string | _what |
Base class for all exceptions in the IBR common library.
Definition at line 37 of file Exceptions.h.
| ibrcommon::Exception::Exception | ( | ) | throw () [inline] |
Definition at line 40 of file Exceptions.h.
| ibrcommon::Exception::Exception | ( | const exception & | ) | throw () [inline] |
Definition at line 43 of file Exceptions.h.
| virtual ibrcommon::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 46 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 62 of file Exceptions.h.
| virtual const char* ibrcommon::Exception::what | ( | ) | const throw () [inline, virtual] |
Get the explaining reason as string value.
Definition at line 53 of file Exceptions.h.
Referenced by dtn::security::SecurityManager::auth(), dtn::daemon::CapsuleWorker::callbackBundleReceived(), dtn::routing::BaseRouter::componentDown(), dtn::net::UDPConvergenceLayer::componentRun(), dtn::net::LOWPANConvergenceLayer::componentRun(), dtn::daemon::StatisticLogger::componentUp(), dtn::routing::BaseRouter::componentUp(), dtn::net::UDPConvergenceLayer::componentUp(), dtn::net::LOWPANConvergenceLayer::componentUp(), dtn::api::ApiServer::componentUp(), dtn::api::Client::connect(), createConvergenceLayers(), dtn::security::SecurityManager::decrypt(), dtn::data::PayloadBlock::deserialize(), dtn::data::ExtensionBlock::deserialize(), dtn::security::SecurityManager::encrypt(), dtn::api::Client::eventConnectionDown(), dtn::net::TCPConnection::eventConnectionDown(), dtn::api::ClientHandler::eventConnectionDown(), dtn::core::SimpleBundleStorage::eventDataStorageRemoveFailed(), dtn::core::SimpleBundleStorage::eventDataStorageStoreFailed(), ibrcommon::vsocket::eventNotify(), dtn::core::SQLiteBundleStorage::get(), dtn::core::SimpleBundleStorage::get(), dtn::core::MemoryBundleStorage::get(), dtn::api::Client::getBundle(), dtn::net::TCPConnection::initialize(), dtn::core::AbstractWorker::initialize(), dtn::api::ClientHandler::initialize(), main(), dtn::net::operator<<(), dtn::core::BundleCore::processBlocks(), ibrcommon::QueueUnblockedException::QueueUnblockedException(), dtn::routing::FloodRoutingExtension::run(), dtn::routing::EpidemicRoutingExtension::run(), dtn::net::TCPConnection::run(), dtn::net::DownloadThread::run(), dtn::api::ClientHandler::run(), dtn::data::PayloadBlock::serialize(), dtn::data::ExtensionBlock::serialize(), dtn::net::TCPConnection::shutdown(), dtn::api::ClientHandler::shutdown(), dtn::security::SecurityManager::sign(), dtn::daemon::IndependentComponent::startup(), dtn::security::SecurityManager::verifyBAB(), and dtn::api::Client::~Client().
string ibrcommon::Exception::_what [protected] |
Definition at line 65 of file Exceptions.h.
Referenced by ibrcommon::QueueUnblockedException::QueueUnblockedException().