ndn::tlv::Error Class Reference

represents an error in TLV encoding or decoding More...

#include <tlv.hpp>

Inheritance diagram for ndn::tlv::Error:
[legend]
Collaboration diagram for ndn::tlv::Error:
[legend]

Public Member Functions

 Error (const std::string &what)
 

Detailed Description

represents an error in TLV encoding or decoding

Element::Error SHOULD inherit from this Error class.

Definition at line 50 of file encoding/tlv.hpp.

Constructor & Destructor Documentation

ndn::tlv::Error::Error ( const std::string &  what)
inlineexplicit

Definition at line 54 of file encoding/tlv.hpp.