NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::PibImpl::Error Class Reference

represents a non-semantic error More...

#include <pib-impl.hpp>

Inheritance diagram for ndn::security::PibImpl::Error:
Collaboration diagram for ndn::security::PibImpl::Error:

Public Member Functions

 Error (const std::string &what)
 

Detailed Description

represents a non-semantic error

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

Definition at line 46 of file pib-impl.hpp.

Constructor & Destructor Documentation

◆ Error()

ndn::security::PibImpl::Error::Error ( const std::string &  what)
inlineexplicit

Definition at line 50 of file pib-impl.hpp.


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