new
.
More...
Inheritance diagram for std::bad_alloc:
Public Member Functions | |
bad_alloc () throw () | |
virtual const char * | what () const throw () |
new
.
bad_alloc
(or classes derived from it) is used to report allocation errors from the throwing forms of new
.
Definition at line 53 of file new.
virtual const char* std::exception::what | ( | ) | const throw () [virtual, inherited] |
Returns a C-style character string describing the general cause of the current error.
Reimplemented in std::logic_error, and std::runtime_error.
Referenced by __gnu_cxx::__verbose_terminate_handler().