Class UninitializedStaticallyTypedParameterException
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public std::runtime_error
Class Documentation
-
class UninitializedStaticallyTypedParameterException : public std::runtime_error
Thrown if user attempts to create an uninitialized statically typed parameter.
(see https://github.com/ros2/rclcpp/issues/1691)
Public Functions
-
inline explicit UninitializedStaticallyTypedParameterException(const std::string &name)
Construct an instance.
- Parameters:
name – [in] the name of the parameter.
-
inline explicit UninitializedStaticallyTypedParameterException(const std::string &name)