|
Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
|
#include <Error.hpp>


Public Member Functions | |
| StageError (const std::string &msg) | |
| Public Member Functions inherited from icarus::LifecycleError | |
| LifecycleError (const std::string &msg) | |
| LifecycleError (LifecyclePhase phase, const std::string &msg) | |
| LifecyclePhase | phase () const |
| Public Member Functions inherited from icarus::Error | |
| Error (const std::string &msg, Severity severity=Severity::ERROR, std::string category="general") | |
| Severity | severity () const |
| const std::string & | category () const |
| SimulationError | toSimulationError (double time=0.0, const std::string &component="") const |
| Convert to SimulationError for ErrorHandler integration. | |
Additional Inherited Members | |
| Protected Attributes inherited from icarus::Error | |
| Severity | severity_ |
| std::string | category_ |
|
inlineexplicit |