Class exc_range_error (o2scl)

O2scl : Class List

class o2scl::exc_range_error : public 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

exc_range_error(const std::string &s)

Create an exception with description provided in s.

~exc_range_error()
const char *what() const

Return the error string.