Maximum allowed step size decreased below machine precision. More...
#include <Error.h>
Inheritance diagram for Core::Error::NonGSLZeroStep:
Collaboration diagram for Core::Error::NonGSLZeroStep:Public Member Functions | |
| NonGSLZeroStep () | |
| Create a too-small GSL step size exception. More... | |
| virtual const char * | what () const throw () |
| Returns "Tiny step" as the error type. More... | |
Public Member Functions inherited from Core::Error::Runtime | |
| Runtime (const std::string &error_message="") | |
| Create a runtime exception. More... | |
Public Member Functions inherited from Core::Error::General | |
| General (const std::string &error_message="") | |
| Create an exception. More... | |
| const std::string & | get_message () |
| Details about what caused the error. More... | |
| virtual | ~General () throw () |
| Cleanup if necessary. More... | |
Maximum allowed step size decreased below machine precision.
|
inline |
|
inlinevirtual | |||||||||||||
Returns "Tiny step" as the error type.
Reimplemented from Core::Error::Runtime.