B15F
Board 15 Famulus Edition
|
#include <driverexception.h>
Public Member Functions | |
DriverException (const char *message) | |
DriverException (const std::string &message) | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | msg_ |
Exception driver problems, for instance incompatible firmware version.
Definition at line 10 of file driverexception.h.