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

Error::Program Struct Reference

Throw this error if a situation occured, that indicates a bug. More...

#include <error_base.h>

Inheritance diagram for Error::Program:

Error::base List of all members.

Public Methods

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

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


Detailed Description

Throw this error if a situation occured, that indicates a bug.

This can be used for extra error checking or if you want to catch illegal method calls ...


Constructor & Destructor Documentation

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

Construct an program 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