Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
Fauna::wrong_param_type Struct Reference

Exception that a parameter is not of an expected data type. More...

#include <insfile_reader.h>

Inheritance diagram for Fauna::wrong_param_type:

Public Member Functions

 wrong_param_type (const std::string &key, const std::string &type_expected, const std::string &type_found)
 Constructor. More...
 

Detailed Description

Exception that a parameter is not of an expected data type.

Constructor & Destructor Documentation

◆ wrong_param_type()

Fauna::wrong_param_type::wrong_param_type ( const std::string &  key,
const std::string &  type_expected,
const std::string &  type_found 
)
inline

Constructor.

Parameters
keyThe fully qualified TOML key.
type_expectedWhat key is supposed to be.
type_foundThe type of key in the given instruction file.

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