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

#include <qos_event.hpp>

Inheritance diagram for rclcpp::UnsupportedEventTypeException:
Inheritance graph
[legend]
Collaboration diagram for rclcpp::UnsupportedEventTypeException:
Collaboration graph
[legend]

Public Member Functions

 UnsupportedEventTypeException (rcl_ret_t ret, const rcl_error_state_t *error_state, const std::string &prefix)
 
 UnsupportedEventTypeException (const exceptions::RCLErrorBase &base_exc, const std::string &prefix)
 
- Public Member Functions inherited from rclcpp::exceptions::RCLErrorBase
 RCLErrorBase (rcl_ret_t ret, const rcl_error_state_t *error_state)
 
virtual ~RCLErrorBase ()
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Additional Inherited Members

- Public Attributes inherited from rclcpp::exceptions::RCLErrorBase
rcl_ret_t ret
 
std::string message
 
std::string file
 
size_t line
 
std::string formatted_message
 

Constructor & Destructor Documentation

◆ UnsupportedEventTypeException() [1/2]

rclcpp::UnsupportedEventTypeException::UnsupportedEventTypeException ( rcl_ret_t  ret,
const rcl_error_state_t *  error_state,
const std::string prefix 
)

◆ UnsupportedEventTypeException() [2/2]

rclcpp::UnsupportedEventTypeException::UnsupportedEventTypeException ( const exceptions::RCLErrorBase base_exc,
const std::string prefix 
)

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