|
RTC Toolkit 5.1.0
|
The InvalidDataPointException is thrown when datapoints in the Persistent Configuration Repository are discovered to have invalid values. More...
#include <populateConfig.hpp>
Public Member Functions | |
| InvalidDataPointException (const DataPointPath &path, const std::string &explanation="") | |
| Constructs the exception indicating an invalid datapoint. | |
Public Member Functions inherited from rtctk::componentFramework::RtctkException | |
| RtctkException () noexcept | |
| RtctkException (const std::string &msg) | |
| RtctkException (const RtctkException &other) noexcept | |
| ~RtctkException () override=default | |
The InvalidDataPointException is thrown when datapoints in the Persistent Configuration Repository are discovered to have invalid values.
|
explicit |
Constructs the exception indicating an invalid datapoint.
| [in] | path | The path to the datapoint that is invalid. |
| [in] | explanation | Optional additional extended message explaining the problem. For example, this can indicate the value that was expected and what was actually found. |