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 501 of file Logger.hpp.
◆ InputError() [1/3]
geos::InputError::InputError |
( |
std::string const & |
what | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 507 of file Logger.hpp.
◆ InputError() [2/3]
geos::InputError::InputError |
( |
char const *const |
what | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 515 of file Logger.hpp.
◆ InputError() [3/3]
geos::InputError::InputError |
( |
std::exception const & |
subException, |
|
|
std::string const & |
msgToInsert |
|
) |
| |
Constructs an InputError from an underlying exception.
- Parameters
-
subException | The exception on which the created one is based. |
msgToInsert | The error message that will be inserted in the subException error message. |
The documentation for this struct was generated from the following file: