3#ifdef STARFLEETTOOLBOX_EXPORTS
4#define SENSORERROREXCPT __declspec(dllexport)
6#define SENSORERROREXCPT __declspec(dllimport)
45 virtual const char*
what() const noexcept {
49 string GetErrorCode();
An exception used when the sensor returns an error related to a command excecution.
Definition SensorErrorException.h:13
virtual const char * what() const noexcept
Overload of message retrie.
Definition SensorErrorException.h:45
string _msg
Definition SensorErrorException.h:51
SensorErrorException(const string &message)
Copy constructor.
Definition SensorErrorException.h:32
SensorErrorException(const char *message)
Copy constructor.
Definition SensorErrorException.h:19
virtual ~SensorErrorException() noexcept
Destructor.
Definition SensorErrorException.h:39