pyrcf.core.exceptions
Exceptions
Common base class for all non-exit exceptions. |
|
Request to exit the control loop. |
|
Exceptions relating to user interfaces (UIBase objects). |
|
Exception to be thrown when a UI interface could not be detected or was disconnected. |
Module Contents
- exception pyrcf.core.exceptions.PyRCFExceptionBase
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception pyrcf.core.exceptions.CtrlLoopExitSignal
Bases:
KeyboardInterruptRequest to exit the control loop.
- exception pyrcf.core.exceptions.UIException
Bases:
OSErrorExceptions relating to user interfaces (UIBase objects).
- exception pyrcf.core.exceptions.NotConnectedError
Bases:
UIExceptionException to be thrown when a UI interface could not be detected or was disconnected.