|
Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
|
File and I/O operation errors. More...
#include <Error.hpp>


Public Member Functions | |
| IOError (const std::string &msg) | |
| IOError (const std::string &operation, const std::string &path, const std::string &reason) | |
| const std::string & | path () 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_ |
File and I/O operation errors.
|
inlineexplicit |
|
inline |
|
inlinenodiscard |