RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::PopulateConfig::InvalidConfigException Class Reference

The InvalidConfigException is thrown when configuration errors are found in the Persistent Configuration Repository. More...

#include <populateConfig.hpp>

Inheritance diagram for rtctk::componentFramework::PopulateConfig::InvalidConfigException:
rtctk::componentFramework::RtctkException

Public Member Functions

 InvalidConfigException (const std::vector< std::string > &errors)
 Constructs the exception indicating the configuration is not valid.
 
 RtctkException () noexcept
 
 RtctkException (const std::string &msg)
 
 RtctkException (const RtctkException &other) noexcept
 
- Public Member Functions inherited from rtctk::componentFramework::RtctkException
 RtctkException () noexcept
 
 RtctkException (const std::string &msg)
 
 RtctkException (const RtctkException &other) noexcept
 
 ~RtctkException () override=default
 

Detailed Description

The InvalidConfigException is thrown when configuration errors are found in the Persistent Configuration Repository.

Constructor & Destructor Documentation

◆ InvalidConfigException()

rtctk::componentFramework::InvalidConfigException::InvalidConfigException ( const std::vector< std::string > & errors)
explicit

Constructs the exception indicating the configuration is not valid.

Parameters
[in]errorsThe list of problems found in the configuration.

Member Function Documentation

◆ RtctkException() [1/3]

rtctk::componentFramework::RtctkException::RtctkException ( )
noexcept

◆ RtctkException() [2/3]

rtctk::componentFramework::RtctkException::RtctkException ( const RtctkException & other)
noexcept

◆ RtctkException() [3/3]

rtctk::componentFramework::RtctkException::RtctkException ( const std::string & msg)
explicit

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