Exceptions relating to device responses. More...
#include <exceptions.h>
Public Member Functions | |
ResponseException (const uint16_t index, const uint8_t subindex, const std::string &error_msg="none") | |
virtual const char * | what () const _GLIBCXX_USE_NOEXCEPT |
virtual | ~ResponseException (void) _GLIBCXX_USE_NOEXCEPT |
Exceptions relating to device responses.
Definition at line 68 of file exceptions.h.
icl_hardware::canopen_schunk::ResponseException::ResponseException | ( | const uint16_t | index, |
const uint8_t | subindex, | ||
const std::string & | error_msg = "none" |
||
) | [inline] |
Definition at line 71 of file exceptions.h.
virtual icl_hardware::canopen_schunk::ResponseException::~ResponseException | ( | void | ) | [inline, virtual] |
Definition at line 77 of file exceptions.h.
virtual const char* icl_hardware::canopen_schunk::ResponseException::what | ( | ) | const [inline, virtual] |
Reimplemented from icl_hardware::canopen_schunk::ProtocolException.
Definition at line 79 of file exceptions.h.