All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
ndn::PibImpl::Error Class Reference

A PibImpl::Error extends runtime_error and represents a non-semantic error in PIB implementation processing. More...

#include <pib-impl.hpp>

Inheritance diagram for ndn::PibImpl::Error:

Public Member Functions

 Error (const std::string &what)
 

Detailed Description

A PibImpl::Error extends runtime_error and represents a non-semantic error in PIB implementation processing.

A subclass of PibImpl may throw a subclass of this class when there's a non-semantic error, such as a storage problem.


The documentation for this class was generated from the following file: