#include <timeoutexception.h>
|
std::string | msg |
| failure description
|
|
Exception for USART related timeouts.
Definition at line 9 of file timeoutexception.h.
◆ TimeoutException() [1/2]
TimeoutException::TimeoutException |
( |
const char * |
message | ) |
|
|
inlineexplicit |
◆ TimeoutException() [2/2]
TimeoutException::TimeoutException |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
◆ ~TimeoutException()
virtual TimeoutException::~TimeoutException |
( |
| ) |
|
|
virtualdefault |
◆ what()
virtual const char* TimeoutException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Get failure description
- Returns
- error message as c-string
Definition at line 37 of file timeoutexception.h.
The documentation for this class was generated from the following file: