Common exception for communication error. More...
#include <interface.h>
Public Member Functions | |
template<typename T > | |
DeviceError (const char *module, T msg) | |
Static Public Member Functions | |
template<typename T > | |
static std::string | make_message (const char *module, T msg) |
static std::string | msg_to_string (const char *description) |
static std::string | msg_to_string (int errnum) |
static std::string | msg_to_string (boost::system::system_error &err) |
Common exception for communication error.
Definition at line 56 of file interface.h.