Provided by: libstdc++6-4.7-doc_4.7.3-12ubuntu1_all
NAME
std::ios_base::failure -
SYNOPSIS
Inherits std::exception. Public Member Functions failure (const string &__str) throw () virtual const char * what () const throw ()
Detailed Description
These are thrown to indicate problems with io. 27.4.2.1.1 Class ios_base::failure. Definition at line 211 of file ios_base.h.
Member Function Documentation
virtual const char* std::ios_base::failure::what () const [virtual] Returns a C-style character string describing the general cause of the current error. Reimplemented from std::exception.
Author
Generated automatically by Doxygen for libstdc++ from the source code.