The overflow_error object is derived from the class runtime_error and is used to report arithmetical overflow errors.
overflow_error(const string& what_arg);
Constructs an object of the class overflow_error. Initializes exception::what to the what_arg argument