Rigid Body Dynamics Library
RBDLInvalidFileError Class Reference

Thrown if the specified file could not be found/read. More...

#include <rbdl_errors.h>

+ Inheritance diagram for RBDLInvalidFileError:

Public Member Functions

 RBDLInvalidFileError (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 specified file could not be found/read.

This error is thrown if the file could not be found or read.

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

Definition at line 109 of file rbdl_errors.h.

Constructor & Destructor Documentation

◆ RBDLInvalidFileError()

RBDLInvalidFileError ( std::string  text)

Definition at line 32 of file rbdl_errors.cc.


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