GEOSX
Public Member Functions | List of all members
geos::InputError Struct Reference

Exception class used to report errors in user input. More...

#include <Logger.hpp>

Inheritance diagram for geos::InputError:
Inheritance graph
[legend]

Public Member Functions

 InputError (std::string const &what)
 Constructor. More...
 
 InputError (char const *const what)
 Constructor. More...
 
 InputError (std::exception const &subException, std::string const &msgToInsert)
 Constructs an InputError from an underlying exception. More...
 

Detailed Description

Exception class used to report errors in user input.

Definition at line 463 of file Logger.hpp.

Constructor & Destructor Documentation

◆ InputError() [1/3]

geos::InputError::InputError ( std::string const &  what)
inline

Constructor.

Parameters
whatthe error message

Definition at line 469 of file Logger.hpp.

◆ InputError() [2/3]

geos::InputError::InputError ( char const *const  what)
inline

Constructor.

Parameters
whatthe error message

Definition at line 477 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
subExceptionThe exception on which the created one is based.
msgToInsertThe error message that will be inserted in the subException error message.

The documentation for this struct was generated from the following file: