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

Raised when a parameter is rejected by a user callback or when applying a descriptor. More...

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

Public Member Functions

 __init__ (self, parameter, value, reason, *args)
 
 __init__ (self, error_msg, parameters, *args)
 

Detailed Description

Raised when a parameter is rejected by a user callback or when applying a descriptor.

Definition at line 118 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

rosros.rclify.exceptions.InvalidParameterValueException.__init__ (   self,
  parameter,
  value,
  reason,
args 
)

Reimplemented from rosros.rclify.exceptions.ParameterException.

Definition at line 121 of file exceptions.py.


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