Class exc_range_error (o2scl)

O2scl : Class List

class exc_range_error : public std::range_error

Range error runtime exception.

This class derives from std::range_error.

The errors which are handled with this exception type are

Public Functions

inline exc_range_error(const std::string &s)

Create an exception with description provided in s.

inline virtual ~exc_range_error()
inline virtual const char *what() const

Return the error string.