#include <std_stdexcept.h>
Inheritance diagram for std::runtime_error:
Public Methods | |
runtime_error (const string &__arg) | |
virtual | ~runtime_error () throw () |
virtual const char* | what () const throw () |
Private Attributes | |
string | _M_msg |
|
|
|
|
|
|
|
Definition at line 85 of file std_stdexcept.h. |