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

Error::Runtime Struct Reference

Thow this error, if a runtime error occured. More...

#include <error_base.h>

Inheritance diagram for Error::Runtime:

Error::base Error::Sock Error::Syntax List of all members.

Public Methods

virtual ~Runtime ()
 Runtime (const std::string &fu_name, const std::string &desc)
 Construct an runtime error. More...

virtual operator std::string ()
 Get an pretty error string.


Detailed Description

Thow this error, if a runtime error occured.

You may use this class at all normal error situations. It just indicates, that some runtime problem occured, such as an error on opening a file.


Constructor & Destructor Documentation

Error::Runtime::Runtime const std::string &    fu_name,
const std::string &    desc
[inline]
 

Construct an runtime error.

Parameters:
fu_name  Code position of error (ususally METH_NAME).
desc  Error description.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 14 17:37:03 2002 for libvtql by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002