B15F
Board 15 Famulus Edition
|
#include <usartexception.h>
Public Member Functions | |
USARTException (const char *message) | |
USARTException (const std::string &message) | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | msg |
Exception for USART problems, for instance buffer overflow.
Definition at line 11 of file usartexception.h.