Rigid Body Dynamics Library
RBDLFileParseError Class Reference

Thrown if the file beeing read contains errors. More...

#include <rbdl_errors.h>

+ Inheritance diagram for RBDLFileParseError:

Public Member Functions

 RBDLFileParseError (std::string text)
 
- Public Member Functions inherited from RBDLError
 RBDLError (std::string text)
 
virtual const char * what () const noexcept
 

Additional Inherited Members

- Protected Attributes inherited from RBDLError
std::string text
 

Detailed Description

Thrown if the file beeing read contains errors.

This error is thrown if the file that is beeing read contains formatting or other errors, that cause the program to not beeing able to use the file as expected.

Example of error thrown in addons/luamodel/luamodel.cc:

Definition at line 124 of file rbdl_errors.h.

Constructor & Destructor Documentation

◆ RBDLFileParseError()

RBDLFileParseError ( std::string  text)

Definition at line 22 of file rbdl_errors.cc.


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