pyrc.tools.errors#
- exception FixedPositionError(message='Position is fixed and cannot be changed.')#
Bases:
Exception- default_message = 'Position is fixed and cannot be changed.'#
- exception FixedXYError(message='Position in X-Y-Plane is fixed and cannot be changed.')#
Bases:
FixedPositionError- default_message = 'Position in X-Y-Plane is fixed and cannot be changed.'#
- exception FixedZError(message='Height is fixed and cannot be changed.')#
Bases:
FixedPositionError- default_message = 'Height is fixed and cannot be changed.'#
- exception HighCourantNumberError#
Bases:
Exception