|
trikRuntime
|
Exception for semantically incorrect device config, for example, trying to init MxN color sensor with negative grid size. More...
#include <incorrectDeviceConfigurationException.h>


Public Member Functions | |
| IncorrectDeviceConfigurationException (const QString &message) | |
| Constructor. 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 semantically incorrect device config, for example, trying to init MxN color sensor with negative grid size.
|
inline |
Constructor.
| message | - message with some information about exception. |