#include <Exceptions.hpp>
Public Member Functions | |
JointErrorException (const string &message) throw () | |
virtual const char * | what () const throw () |
virtual | ~JointErrorException () throw () |
Private Attributes | |
string | msg |
Definition at line 51 of file Exceptions.hpp.
brics_oodl::JointErrorException::JointErrorException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 56 of file Exceptions.hpp.
virtual brics_oodl::JointErrorException::~JointErrorException | ( | ) | throw () [inline, virtual] |
Definition at line 61 of file Exceptions.hpp.
virtual const char* brics_oodl::JointErrorException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 65 of file Exceptions.hpp.
string brics_oodl::JointErrorException::msg [private] |
Definition at line 52 of file Exceptions.hpp.