This exception is thrown if a requested node or node group does not exist. More...
#include <exceptions.h>
Public Member Functions | |
NotFoundException (const std::string &error_string) | |
virtual const char * | what () const _GLIBCXX_USE_NOEXCEPT |
virtual | ~NotFoundException (void) _GLIBCXX_USE_NOEXCEPT |
Protected Attributes | |
std::string | m_error_string |
This exception is thrown if a requested node or node group does not exist.
Definition at line 159 of file exceptions.h.
icl_hardware::canopen_schunk::NotFoundException::NotFoundException | ( | const std::string & | error_string | ) | [inline] |
Definition at line 162 of file exceptions.h.
virtual icl_hardware::canopen_schunk::NotFoundException::~NotFoundException | ( | void | ) | [inline, virtual] |
Definition at line 166 of file exceptions.h.
virtual const char* icl_hardware::canopen_schunk::NotFoundException::what | ( | ) | const [inline, virtual] |
Definition at line 168 of file exceptions.h.
std::string icl_hardware::canopen_schunk::NotFoundException::m_error_string [protected] |
Definition at line 174 of file exceptions.h.