rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
Loading...
Searching...
No Matches
rosros.rclify.exceptions.InvalidTopicNameException Class Reference

Raised when a topic name is invalid. More...

Inheritance diagram for rosros.rclify.exceptions.InvalidTopicNameException:
Inheritance graph

Public Member Functions

 __init__ (self, name, error_msg, invalid_index, *args)
 
 __init__ (self, name_type, name, error_msg, invalid_index, *args)
 

Detailed Description

Raised when a topic name is invalid.

Definition at line 76 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

rosros.rclify.exceptions.InvalidTopicNameException.__init__ (   self,
  name,
  error_msg,
  invalid_index,
args 
)

Reimplemented from rosros.rclify.exceptions.NameValidationException.

Definition at line 79 of file exceptions.py.


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