If something goes wrong with the host's CAN controller, this exception will be used. More...
#include <exceptions.h>
Public Member Functions | |
DeviceException (const std::string &error_string) | |
virtual const char * | what () const _GLIBCXX_USE_NOEXCEPT |
virtual | ~DeviceException (void) _GLIBCXX_USE_NOEXCEPT |
Protected Attributes | |
std::string | m_error_string |
If something goes wrong with the host's CAN controller, this exception will be used.
Definition at line 135 of file exceptions.h.
icl_hardware::canopen_schunk::DeviceException::DeviceException | ( | const std::string & | error_string | ) | [inline] |
Definition at line 138 of file exceptions.h.
virtual icl_hardware::canopen_schunk::DeviceException::~DeviceException | ( | void | ) | [inline, virtual] |
Definition at line 142 of file exceptions.h.
virtual const char* icl_hardware::canopen_schunk::DeviceException::what | ( | ) | const [inline, virtual] |
Definition at line 144 of file exceptions.h.
std::string icl_hardware::canopen_schunk::DeviceException::m_error_string [protected] |
Definition at line 153 of file exceptions.h.