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

#include <KeyValuesData.h>

Inheritance diagram for icarus::KeyValuesData::Error:
icarus::details::KeyedCSVparser::ParserError icarus::details::KeyValueParser::ParserError icarus::KeyValuesData::DuplicateKey icarus::KeyValuesData::ErrorOnKey icarus::details::KeyedCSVparser::InvalidFormat icarus::details::KeyedCSVparser::MissingValues icarus::KeyValuesData::ConversionFailed icarus::KeyValuesData::ItemNotFound icarus::KeyValuesData::MissingSize icarus::KeyValuesData::ValueNotAvailable icarus::KeyValuesData::WrongSize

Public Member Functions

 Error (std::string msg)
 

Detailed Description

Definition at line 552 of file KeyValuesData.h.

Constructor & Destructor Documentation

icarus::KeyValuesData::Error::Error ( std::string  msg)
inline

Definition at line 554 of file KeyValuesData.h.

554 : std::runtime_error(std::move(msg)) {}

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