std::ios_base::failure Class Reference

These are thrown to indicate problems. Doc me. More...

#include <ios_base.h>

Inheritance diagram for std::ios_base::failure:

Inheritance graph
[legend]
Collaboration diagram for std::ios_base::failure:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 failure (const string &str) throw ()
virtual ~failure () throw ()
virtual const char * what () const throw ()

Private Attributes

string M_msg


Detailed Description

These are thrown to indicate problems. Doc me.

Definition at line 207 of file ios_base.h.


Member Function Documentation

const char * std::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.

Definition at line 46 of file ios_failure.cc.


The documentation for this class was generated from the following files:
Generated on Wed Oct 3 06:18:50 2007 for libstdc++-v3 Source by  doxygen 1.5.3