Joint parameter exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
| JointParameterException (const string &message) throw () | |
| virtual const char * | what () const throw () |
| virtual | ~JointParameterException () throw () |
Private Attributes | |
| string | msg |
Joint parameter exception.
Definition at line 118 of file Exceptions.hpp.
| youbot::JointParameterException::JointParameterException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 124 of file Exceptions.hpp.
| virtual youbot::JointParameterException::~JointParameterException | ( | ) | throw () [inline, virtual] |
Definition at line 131 of file Exceptions.hpp.
| virtual const char* youbot::JointParameterException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 137 of file Exceptions.hpp.
string youbot::JointParameterException::msg [private] |
Definition at line 120 of file Exceptions.hpp.