rclcpp
master
C++ ROS Client Library API
|
Thrown if requested parameter type is invalid. More...
#include <exceptions.hpp>
Public Member Functions | |
InvalidParameterTypeException (const std::string &name, const std::string message) | |
Construct an instance. More... | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Thrown if requested parameter type is invalid.
Essentially the same as rclcpp::ParameterTypeException, but with parameter name in the error message.
|
inline |
Construct an instance.
[in] | name | the name of the parameter. |
[in] | message | custom exception message. |