Class exc_runtime_error (o2scl)

O2scl : Class List

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

Public Functions

inline exc_runtime_error(const std::string &s)
inline virtual ~exc_runtime_error()

Create an exception with description provided in s.

inline virtual const char *what() const

Return the error string.