upkie 8.0.0
Open-source wheeled biped robots
|
Exception thrown when a controller fails. More...
#include <ControllerError.h>
Public Member Functions | |
ControllerError (const std::string &name, const std::string &message) | |
Create a controller error. More... | |
const std::string & | name () const noexcept |
Controller name in. | |
![]() | |
UpkieError (const std::string &message) | |
Create a new error. More... | |
UpkieError (const UpkieError &other, const std::string &extra_message) | |
Copy an existing error, adding to the error message. More... | |
const char * | what () const noexcept override |
Error message. | |
Additional Inherited Members | |
![]() | |
std::string | message_ |
Complete error message. | |
Exception thrown when a controller fails.
|
inline |
Create a controller error.
[in] | name | Controller name. |
[in] | message | Error message. |