Class exc_overflow_error (o2scl)

O2scl : Class List

class o2scl::exc_overflow_error : public overflow_error

Overflow error runtime exception.

This class derives from std::overflow_error.

The errors which are handled with this exception type are

Public Functions

exc_overflow_error(const std::string &s)

Create an exception with description provided in s.

~exc_overflow_error()
const char *what() const

Return the error string.