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

Raised when a read-only parameter is modified. More...

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

Public Member Functions

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

Detailed Description

Raised when a read-only parameter is modified.

Definition at line 128 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

rosros.rclify.exceptions.ParameterImmutableException.__init__ (   self,
  parameter,
args 
)

Reimplemented from rosros.rclify.exceptions.ParameterException.

Definition at line 131 of file exceptions.py.


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