Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ustl::runtime_error Class Reference

Reports errors that are dependent on the data being processed. More...

#include <ustl.h>

Inheritance diagram for ustl::runtime_error:

ustl::exception ustl::overflow_error ustl::range_error ustl::underflow_error List of all members.

Public Member Functions

 runtime_error (const string &arg) throw ()
 arg contains a description of the error.
virtual const char * what (void) const throw ()
 Returns the name of the exception.
virtual void info (string &msgbuf, const char *fmt=NULL) const throw ()
 Returns a descriptive error message. fmt="%s: s".
virtual void read (istream &is)
 Reads the exception from stream is.
virtual void write (ostream &os) const
 Writes the exception into stream os as an IFF chunk.
virtual size_t stream_size (void) const
 Returns the size of the written exception.

Protected Attributes

string m_Arg

Detailed Description

Reports errors that are dependent on the data being processed.


The documentation for this class was generated from the following files:
Generated on Mon Jan 17 14:35:03 2005 for uSTL by 1.3.9 Doxygen Hosted on SourceForge.net