|
trikRuntime
|
Exception for incorrect device state change, for example, from "off" to "stopping". More...
#include <incorrectStateChangeException.h>


Public Member Functions | |
| IncorrectStateChangeException (const QString &deviceName, DeviceInterface::Status from, DeviceInterface::Status to) | |
| Constructor. More... | |
| IncorrectStateChangeException (const QString &deviceName, DeviceInterface::Status from) | |
| Constructor, used to report incorrect resetting of failure state. More... | |
Public Member Functions inherited from trikKernel::TrikRuntimeException | |
| TrikRuntimeException ()=default | |
| ~TrikRuntimeException ()=default | |
| TrikRuntimeException (TrikRuntimeException &&e)=default | |
| Default. More... | |
| TrikRuntimeException (const TrikRuntimeException &e)=delete | |
| Deleted. More... | |
Exception for incorrect device state change, for example, from "off" to "stopping".
|
inline |
Constructor.
| deviceName | - name of the device. |
| from | - status from which we tried to change. |
| to | - status to which we tried to change. |
|
inline |
Constructor, used to report incorrect resetting of failure state.
| deviceName | - name of the device. |
| from | - status from which we tried to change. |