Class exc_exception (o2scl)¶
-
class exc_exception : public std::exception¶
Generic exception.
This class derives from
std::exception
.The errors which are handled with this exception type are
o2scl::gsl_failure (-1) Failure
o2scl::exc_efailed (5) Generic failure
o2scl::exc_esanity (7) Sanity check failed
o2scl::exc_eunsup (23) Requested feature is not supported by the hardware
o2scl::exc_eunimpl (24) Requested feature not (yet) implemented