rclcpp
master
C++ ROS Client Library API
|
Indicate the parameter type does not match the expected type. More...
#include <parameter_value.hpp>
Public Member Functions | |
ParameterTypeException (ParameterType expected, ParameterType actual) | |
Construct an instance. More... | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Indicate the parameter type does not match the expected type.
|
inline |
Construct an instance.
[in] | expected | the expected parameter type. |
[in] | actual | the actual parameter type. |