If an exception is thrown which is not listed in a function's exception specification, one of these may be thrown.
Definition at line 66 of file exception.
virtual const char* what | ( | ) | const throw () [virtual, inherited] |
Returns a C-style character string describing the general cause of the current error.
Reimplemented in failure, logic_error, and runtime_error.