Class exc_runtime_error (o2scl)¶
-
class exc_runtime_error : public std::runtime_error¶
Generic runtime error exception.
This class derives from
std::runtime_error
.The errors which are handled with this exception type are
o2scl::exc_efault (3) invalid pointer
o2scl::exc_efactor (6) factorization failed
o2scl::exc_enomem (8) malloc failed
o2scl::exc_ebadfunc (9) problem with user-supplied function
o2scl::exc_erunaway (10) iterative process is out of control
o2scl::exc_emaxiter (11) exceeded max number of iterations
o2scl::exc_etol (14) failed to reach the specified tolerance
o2scl::exc_eloss (17) loss of accuracy
o2scl::exc_eround (18) failed because of roundoff error
o2scl::exc_esing (21) apparent singularity detected
o2scl::exc_ediverge (22) integral or series is divergent
o2scl::exc_ecache (25) cache limit exceeded
o2scl::exc_etable (26) table limit exceeded
o2scl::exc_enoprog (27) iteration is not making progress toward solution
o2scl::exc_enoprogj (28) jacobian evaluations are not improving the solution
o2scl::exc_etolf (29) cannot reach the specified tolerance in f
o2scl::exc_etolx (30) cannot reach the specified tolerance in x
o2scl::exc_etolg (31) cannot reach the specified tolerance in gradient
o2scl::exc_enotfound (33) Generic “not found” result
exc_outsidecons (37) Outside constraint region