pyrcf.core.exceptions

Exceptions

PyRCFExceptionBase

Common base class for all non-exit exceptions.

CtrlLoopExitSignal

Request to exit the control loop.

UIException

Exceptions relating to user interfaces (UIBase objects).

NotConnectedError

Exception to be thrown when a UI interface could not be detected or was disconnected.

Module Contents

exception pyrcf.core.exceptions.PyRCFExceptionBase

Bases: Exception

Common base class for all non-exit exceptions.

exception pyrcf.core.exceptions.CtrlLoopExitSignal

Bases: KeyboardInterrupt

Request to exit the control loop.

exception pyrcf.core.exceptions.UIException

Bases: OSError

Exceptions relating to user interfaces (UIBase objects).

exception pyrcf.core.exceptions.NotConnectedError

Bases: UIException

Exception to be thrown when a UI interface could not be detected or was disconnected.