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