LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
A simple, general purpose exception class that is thrown by LehrFEM++ if something is wrong. More...
#include <lf/base/lf_exception.h>
Public Member Functions | |
LfException (std::string what) | |
Create a new LfException with an error message. More... | |
char const * | what () const noexcept override |
Private Attributes | |
std::string | what_ |
A simple, general purpose exception class that is thrown by LehrFEM++ if something is wrong.
Definition at line 21 of file lf_exception.h.
|
inlineexplicit |
Create a new LfException with an error message.
what |
Definition at line 27 of file lf_exception.h.
|
inlineoverridenoexcept |
Definition at line 29 of file lf_exception.h.
References what_.
|
private |
Definition at line 34 of file lf_exception.h.
Referenced by what().