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