Class exc_overflow_error (o2scl)

O2scl : Class List

class exc_overflow_error : public std::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

inline exc_overflow_error(const std::string &s)

Create an exception with description provided in s.

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

Return the error string.