A custom exception. More...
#include <RdlExceptions.hpp>

Public Member Functions | |
| RdlException (const std::string &err) | |
| Constructor. More... | |
| virtual const char * | what () const throw () |
Public Attributes | |
| std::string | msg |
A custom exception.
Definition at line 20 of file RdlExceptions.hpp.
|
inlineexplicit |
|
inlinevirtual | |||||||||||||
Definition at line 31 of file RdlExceptions.hpp.
| std::string RobotDynamics::RdlException::msg |
< Custom exception message
Definition at line 36 of file RdlExceptions.hpp.