|
Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
|
Configuration/parsing errors with optional file context. More...
#include <Error.hpp>


Public Member Functions | |
| ConfigError (const std::string &msg) | |
| ConfigError (const std::string &component, const std::string &key) | |
| ConfigError (const std::string &message, const std::string &file, int line, const std::string &hint="") | |
| const std::string & | file () const |
| int | line () const |
| const std::string & | hint () 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_ |
Configuration/parsing errors with optional file context.
|
inlineexplicit |
|
inline |
|
inline |
|
inlinenodiscard |
|
inlinenodiscard |
|
inlinenodiscard |