#include <driverexception.h>
|
std::string | msg_ |
| failure description
|
|
Exception driver problems, for instance incompatible firmware version.
Definition at line 10 of file driverexception.h.
◆ DriverException() [1/2]
DriverException::DriverException |
( |
const char * |
message | ) |
|
|
inlineexplicit |
◆ DriverException() [2/2]
DriverException::DriverException |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
◆ ~DriverException()
virtual DriverException::~DriverException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what()
virtual const char* DriverException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Get failure description
- Returns
- error message as c-string
Definition at line 40 of file driverexception.h.
The documentation for this class was generated from the following file: