Joint error exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
JointErrorException (const string &message) throw () | |
virtual const char * | what () const throw () |
virtual | ~JointErrorException () throw () |
Private Attributes | |
string | msg |
Joint error exception.
Definition at line 144 of file Exceptions.hpp.
youbot::JointErrorException::JointErrorException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 150 of file Exceptions.hpp.
virtual youbot::JointErrorException::~JointErrorException | ( | ) | throw () [inline, virtual] |
Definition at line 157 of file Exceptions.hpp.
virtual const char* youbot::JointErrorException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 163 of file Exceptions.hpp.
string youbot::JointErrorException::msg [private] |
Definition at line 146 of file Exceptions.hpp.