Exception class used to report errors in user input.
More...
#include <Logger.hpp>
Exception class used to report errors in user input.
Definition at line 530 of file Logger.hpp.
◆ SimulationError() [1/3]
geos::SimulationError::SimulationError |
( |
std::string const & |
what | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 536 of file Logger.hpp.
◆ SimulationError() [2/3]
geos::SimulationError::SimulationError |
( |
char const *const |
what | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 544 of file Logger.hpp.
◆ SimulationError() [3/3]
geos::SimulationError::SimulationError |
( |
std::exception const & |
subException, |
|
|
std::string const & |
msgToInsert |
|
) |
| |
Construct a SimulationError from an underlying exception.
- Parameters
-
subException | An exception to base this new one on. |
msgToInsert | The error message. It will be inserted before the error message inside of subException. |
The documentation for this struct was generated from the following file: