ReactOS 0.4.15-dev-8058-ga7cbb60
overflow_error Class Reference

#include <_stdexcept.h>

Inheritance diagram for overflow_error:
Collaboration diagram for overflow_error:

Public Member Functions

 overflow_error (const string &__arg)
 
 ~overflow_error () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from runtime_error
 runtime_error (const string &__s)
 
 ~runtime_error () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from __Named_exception
 __Named_exception (const string &__str)
 
 __Named_exception (const __Named_exception &)
 
__Named_exceptionoperator= (const __Named_exception &)
 
const charwhat () const _STLP_NOTHROW_INHERENTLY
 
 ~__Named_exception () _STLP_NOTHROW_INHERENTLY
 

Detailed Description

Definition at line 89 of file _stdexcept.h.

Constructor & Destructor Documentation

◆ overflow_error()

overflow_error::overflow_error ( const string __arg)
inline

Definition at line 91 of file _stdexcept.h.

91: runtime_error(__arg) {}

◆ ~overflow_error()

overflow_error::~overflow_error ( )

The documentation for this class was generated from the following file: