rclcpp  master
C++ ROS Client Library API
Public Member Functions | Public Attributes | List of all members
rclcpp::exceptions::UnknownROSArgsError Class Reference

Thrown when unparsed ROS specific arguments are found. More...

#include <exceptions.hpp>

Inheritance diagram for rclcpp::exceptions::UnknownROSArgsError:
Inheritance graph
[legend]
Collaboration diagram for rclcpp::exceptions::UnknownROSArgsError:
Collaboration graph
[legend]

Public Member Functions

 UnknownROSArgsError (std::vector< std::string > &&unknown_ros_args_in)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Public Attributes

const std::vector< std::stringunknown_ros_args
 

Detailed Description

Thrown when unparsed ROS specific arguments are found.

Constructor & Destructor Documentation

◆ UnknownROSArgsError()

rclcpp::exceptions::UnknownROSArgsError::UnknownROSArgsError ( std::vector< std::string > &&  unknown_ros_args_in)
inlineexplicit

Member Data Documentation

◆ unknown_ros_args

const std::vector<std::string> rclcpp::exceptions::UnknownROSArgsError::unknown_ros_args

The documentation for this class was generated from the following file: