ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Thrown if requested parameter type is invalid. More...
#include <rclcpp/exceptions/exceptions.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | InvalidParameterTypeException (const std::string &name, const std::string message) |
Construct an instance. More... | |
Thrown if requested parameter type is invalid.
Essentially the same as rclcpp::ParameterTypeException, but with parameter name in the error message.
Definition at line 270 of file exceptions.hpp.
|
inline |
Construct an instance.
[in] | name | the name of the parameter. |
[in] | message | custom exception message. |
Definition at line 279 of file exceptions.hpp.