A custom exception for frame operations. More...
#include <FrameExceptions.hpp>
Public Member Functions | |
ReferenceFrameException (const std::string &err) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | msg |
A custom exception for frame operations.
Definition at line 30 of file FrameExceptions.hpp.
|
inlineexplicit |
|
inlinevirtual |
Definition at line 41 of file FrameExceptions.hpp.
std::string RobotDynamics::ReferenceFrameException::msg |
< Custom exception message
Definition at line 46 of file FrameExceptions.hpp.