exception documentation
class OutOfRangeError(OpenSmiRuntimeError):
Constructor: OutOfRangeError(msg, error_code)
Is raised when failing to write a value to a variable that is out of range.
Inherited from OpenSmiRuntimeError:
| Method | __init__ |
Construct a new PyUaAdapterError with the given error message and error code. |
| Instance Variable | error |
Undocumented |
| Instance Variable | msg |
Undocumented |