Common exception for communication error. More...
#include <interface.h>
Public Member Functions | |
| DeviceError (const char *module, const char *description) | |
| DeviceError (const char *module, int errnum) | |
| Construct error from errno. | |
| DeviceError (const char *module, boost::system::system_error &err) | |
| Construct error from boost error exception. | |
| DeviceError (const DeviceError &other) | |
| virtual const char * | what () const throw () |
| virtual | ~DeviceError () throw () |
Private Attributes | |
| std::string | e_what_ |
Common exception for communication error.
Definition at line 54 of file interface.h.