Thrown when a any kind of name (node, namespace, topic, etc.) is invalid.  
 More...
#include <exceptions.hpp>
 | 
|   | NameValidationError (const char *name_type_, const char *name_, const char *error_msg_, size_t invalid_index_) | 
|   | 
Thrown when a any kind of name (node, namespace, topic, etc.) is invalid. 
 
◆ NameValidationError()
  
  
      
        
          | rclcpp::exceptions::NameValidationError::NameValidationError  | 
          ( | 
          const char *  | 
          name_type_,  | 
         
        
           | 
           | 
          const char *  | 
          name_,  | 
         
        
           | 
           | 
          const char *  | 
          error_msg_,  | 
         
        
           | 
           | 
          size_t  | 
          invalid_index_  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ format_error()
  
  
      
        
          | static std::string rclcpp::exceptions::NameValidationError::format_error  | 
          ( | 
          const char *  | 
          name_type,  | 
         
        
           | 
           | 
          const char *  | 
          name,  | 
         
        
           | 
           | 
          const char *  | 
          error_msg,  | 
         
        
           | 
           | 
          size_t  | 
          invalid_index  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ name_type
      
        
          | const std::string rclcpp::exceptions::NameValidationError::name_type | 
        
      
 
 
◆ name
      
        
          | const std::string rclcpp::exceptions::NameValidationError::name | 
        
      
 
 
◆ error_msg
      
        
          | const std::string rclcpp::exceptions::NameValidationError::error_msg | 
        
      
 
 
◆ invalid_index
      
        
          | const size_t rclcpp::exceptions::NameValidationError::invalid_index | 
        
      
 
 
The documentation for this class was generated from the following file: