rclcpp
master
C++ ROS Client Library API
|
Thrown when a parameter override wasn't provided and one was required. More...
#include <exceptions.hpp>
Public Member Functions | |
NoParameterOverrideProvided (const std::string &name) | |
Construct an instance. More... | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Thrown when a parameter override wasn't provided and one was required.
|
inlineexplicit |
Construct an instance.
[in] | name | the name of the parameter. |
[in] | message | custom exception message. |