Exception class used to report errors related to the simulation.
More...
#include <GeosExceptions.hpp>
Exception class used to report errors related to the simulation.
Definition at line 154 of file GeosExceptions.hpp.
◆ SimulationError() [1/3]
| geos::SimulationError::SimulationError |
( |
std::string const & |
what | ) |
|
|
inline |
◆ SimulationError() [2/3]
| geos::SimulationError::SimulationError |
( |
char const *const |
what | ) |
|
|
inline |
◆ 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: