Robot Dynamics Library
Public Member Functions | Public Attributes | List of all members
RobotDynamics::RdlException Class Reference

A custom exception. More...

#include <RdlExceptions.hpp>

Inheritance diagram for RobotDynamics::RdlException:
Inheritance graph
[legend]
Collaboration diagram for RobotDynamics::RdlException:
Collaboration graph
[legend]

Public Member Functions

 RdlException (const std::string &err)
 Constructor. More...
 
virtual const char * what () const throw ()
 

Public Attributes

std::string msg
 

Detailed Description

A custom exception.

Constructor & Destructor Documentation

◆ RdlException()

RobotDynamics::RdlException::RdlException ( const std::string &  err)
inlineexplicit

Constructor.

Parameters
err

Member Function Documentation

◆ what()

virtual const char* RobotDynamics::RdlException::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

◆ msg

std::string RobotDynamics::RdlException::msg

< Custom exception message


The documentation for this class was generated from the following file: