#include <Exceptions.hpp>
Public Member Functions | |
| JointParameterException (const string &message) throw () | |
| virtual const char * | what () const throw () |
| virtual | ~JointParameterException () throw () |
Private Attributes | |
| string | msg |
Definition at line 32 of file Exceptions.hpp.
| brics_oodl::JointParameterException::JointParameterException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 37 of file Exceptions.hpp.
| virtual brics_oodl::JointParameterException::~JointParameterException | ( | ) | throw () [inline, virtual] |
Definition at line 42 of file Exceptions.hpp.
| virtual const char* brics_oodl::JointParameterException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 46 of file Exceptions.hpp.
string brics_oodl::JointParameterException::msg [private] |
Definition at line 33 of file Exceptions.hpp.