Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::runtime_error Class Reference

#include <std_stdexcept.h>

Inheritance diagram for std::runtime_error:

Inheritance graph
[legend]
Collaboration diagram for std::runtime_error:

Collaboration graph
[legend]
List of all members.

Public Methods

 runtime_error (const string &__arg)
virtual ~runtime_error () throw ()
virtual const char* what () const throw ()

Private Attributes

string _M_msg

Constructor & Destructor Documentation

std::runtime_error::runtime_error ( const string & __arg ) [explicit]
 

virtual std::runtime_error::~runtime_error ( ) throw () [virtual]
 


Member Function Documentation

virtual const char* std::runtime_error::what ( ) const throw () [virtual]
 


Member Data Documentation

string std::runtime_error::_M_msg [private]
 

Definition at line 85 of file std_stdexcept.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:29 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001