ndn::DelegationList::Error Class Reference

#include <delegation-list.hpp>

+ Inheritance diagram for ndn::DelegationList::Error:
+ Collaboration diagram for ndn::DelegationList::Error:

Public Member Functions

 Error (const std::string &what)
 
 Error (const std::string &what, const std::exception &innerException)
 

Detailed Description

Definition at line 39 of file delegation-list.hpp.

Constructor & Destructor Documentation

ndn::DelegationList::Error::Error ( const std::string &  what)
explicit

Definition at line 30 of file delegation-list.cpp.

ndn::DelegationList::Error::Error ( const std::string &  what,
const std::exception &  innerException 
)

Definition at line 35 of file delegation-list.cpp.