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

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

#include <Logger.hpp>

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

Public Member Functions

 InputError (std::string const &what)
 Constructor. More...
 
 InputError (char const *const what)
 Constructor. More...
 

Detailed Description

Exception class used to report errors in user input.

Definition at line 462 of file Logger.hpp.

Constructor & Destructor Documentation

◆ InputError() [1/2]

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

Constructor.

Parameters
whatthe error message

Definition at line 468 of file Logger.hpp.

◆ InputError() [2/2]

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

Constructor.

Parameters
whatthe error message

Definition at line 476 of file Logger.hpp.


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