std::ios_base_failure

Langue: en

Version: 317000 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::ios_base::failure - These are thrown to indicate problems. Doc me.

SYNOPSIS


Inherits std::exception.

Public Member Functions


failure (const string &__str) throw ()

virtual const char * what () const throw ()

Detailed Description

Definition at line 207 of file ios_base.h.

Member Function Documentation

virtual const char* std::ios_base::ios_base::failure::what () const throw () [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.