All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
icarus::KeyValuesData::ItemNotFound Struct Reference

#include <KeyValuesData.h>

Inheritance diagram for icarus::KeyValuesData::ItemNotFound:
icarus::KeyValuesData::ErrorOnKey icarus::KeyValuesData::Error

Public Member Functions

 ItemNotFound (std::string const &key)
 
- Public Member Functions inherited from icarus::KeyValuesData::ErrorOnKey
 ErrorOnKey (std::string const &key, std::string const &msg)
 
- Public Member Functions inherited from icarus::KeyValuesData::Error
 Error (std::string msg)
 

Detailed Description

Definition at line 603 of file KeyValuesData.h.

Constructor & Destructor Documentation

icarus::KeyValuesData::ItemNotFound::ItemNotFound ( std::string const &  key)
inline

Definition at line 605 of file KeyValuesData.h.

605 : ErrorOnKey(key, "key not found") {}
ErrorOnKey(std::string const &key, std::string const &msg)

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