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

Exception Class Reference

An exception class that can be written to stdout. More...

#include <exception.h>

List of all members.

Public Methods

virtual void write (std::ostream &out) const
 Writes a message to an ostream.


Detailed Description

An exception class that can be written to stdout.


Member Function Documentation

virtual void Exception::write std::ostream &    out const [inline, virtual]
 

Writes a message to an ostream.

Parameters:
out  The ostream to write to

00032    {
00033       out<<"An exception ocurred." << std::endl;
00034    }


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:43:11 2003 for DuTree by doxygen1.2.18