#include <deviceException.hpp>
Device exception class.
- Author
- Vincent Lachenal
| DeviceException::DeviceException |
( |
const std::string & |
message | ) |
|
|
noexcept |
| DeviceException::DeviceException |
( |
const std::string & |
message, |
|
|
int |
errorCode |
|
) |
| |
|
noexcept |
DeviceException constructor
- Parameters
-
| message | The error message |
| errorCode | The error code |
DeviceException constructor
- Parameters
-
| message | the error message |
| errorCode | the error code |
| DeviceException::~DeviceException |
( |
| ) |
|
|
virtualnoexcept |
| const char * DeviceException::what |
( |
| ) |
const |
|
virtualnoexcept |
Return the error message
- Returns
- The error message
The documentation for this class was generated from the following files: