Class overflow_error

The overflow_error object is derived from the class runtime_error and is used to report arithmetical overflow errors.

Constructors
  overflow_error(const string& what_arg);
  

Constructs an object of the class overflow_error. Initializes exception::what to the what_arg argument