Class exc_invalid_argument (o2scl)¶
-
class exc_invalid_argument : public std::invalid_argument¶
Invalid argument exception.
This class derives from
std::invalid_argument
.The errors which are handled with this exception type are
o2scl::exc_einval (4) invalid argument supplied by user
o2scl::exc_ebadtol (13) user specified an invalid tolerance
o2scl::exc_ebadlen (19) matrix, vector lengths are not conformant
o2scl::exc_enotsqr (20) matrix not square
o2scl::exc_eindex (36) Invalid index for array or matrix