Exception to be thrown if a GSL solver does not return GSL_SUCCESS. More...
#include <exceptions.h>
Public Member Functions | |
| GSLSolverFailure (const std::string &model, const int status) | |
| const char * | what () const noexcept override |
| std::string | exception_name () const override |
Public Member Functions inherited from nest::KernelException | |
| KernelException () | |
| KernelException (const std::string &msg) | |
Private Attributes | |
| std::string | msg_ |
Exception to be thrown if a GSL solver does not return GSL_SUCCESS.
|
inline |
| model | name of model causing problem |
| status | exit status of the GSL solver |
References msg_.
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.
|
inlineoverridenoexcept |
References msg_.
|
private |
Referenced by GSLSolverFailure(), and what().