exception documentation

class InvalidJointIdError(ValueError):

Constructor: InvalidJointIdError(joint_id)

View In Hierarchy

Raised when an invalid joint ID is provided.

Method __init__ Initialize with invalid joint ID.
def __init__(self, joint_id: any): ΒΆ

Initialize with invalid joint ID.

Parameters
joint_id:anyThe invalid joint ID that was provided