EtherCAT Connection Error. More...
#include <Exceptions.hpp>
Public Member Functions | |
EtherCATConnectionException (const string &message) throw () | |
virtual const char * | what () const throw () |
virtual | ~EtherCATConnectionException () throw () |
Private Attributes | |
string | msg |
EtherCAT Connection Error.
Definition at line 170 of file Exceptions.hpp.
youbot::EtherCATConnectionException::EtherCATConnectionException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 176 of file Exceptions.hpp.
virtual youbot::EtherCATConnectionException::~EtherCATConnectionException | ( | ) | throw () [inline, virtual] |
Definition at line 183 of file Exceptions.hpp.
virtual const char* youbot::EtherCATConnectionException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 189 of file Exceptions.hpp.
string youbot::EtherCATConnectionException::msg [private] |
Definition at line 172 of file Exceptions.hpp.