![]() |
Project
|
Handling request of non-exisiting nonlinearity functions. More...
#include <NonlinearityHandler.h>
Inherits std::exception.
Public Member Functions | |
FunctionNotFoundExcpetion (const std::string_view name) | |
Constructor. | |
~FunctionNotFoundExcpetion () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Provide error message. | |
const std::string_view | getNonlinName () const noexcept |
Getting the name of the function raising the exception. | |
Handling request of non-exisiting nonlinearity functions.
Definition at line 191 of file NonlinearityHandler.h.
|
inline |
Constructor.
Name | of the nonlinearity function raising the exception |
Definition at line 196 of file NonlinearityHandler.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Getting the name of the function raising the exception.
Definition at line 213 of file NonlinearityHandler.h.
|
inlinefinalnoexcept |