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:

std::exception 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.


Constructor & Destructor Documentation

std::ios_base::failure::failure ( const string __str  )  throw () [explicit]

virtual std::ios_base::failure::~failure (  )  throw () [virtual]


Member Function Documentation

virtual 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.


Member Data Documentation

string std::ios_base::failure::_M_msg [private]

Definition at line 224 of file ios_base.h.


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:58:58 2010 for GNU C++ STL by  doxygen 1.4.7