ConfigElementNotFoundError Class Reference

The ConfigElementNotFoundError class represents an error that is thrown when trying to get a config value that is not defined in the config. More...

#include <armarx/control/hardware_config/Errors.h>

+ Inheritance diagram for ConfigElementNotFoundError:

Public Member Functions

 ConfigElementNotFoundError (const std::string &message)
 

Detailed Description

The ConfigElementNotFoundError class represents an error that is thrown when trying to get a config value that is not defined in the config.

Definition at line 24 of file Errors.h.

Constructor & Destructor Documentation

◆ ConfigElementNotFoundError()

ConfigElementNotFoundError ( const std::string &  message)
inline

Definition at line 27 of file Errors.h.


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