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

Error::Syntax Struct Reference

An VTQL syntax error occured. More...

#include <vtql_parse.h>

Inheritance diagram for Error::Syntax:

Error::Runtime Error::base List of all members.

Public Methods

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

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


Detailed Description

An VTQL syntax error occured.

This one gets thrown if an syntax error in VTQL occured while parsing a VTQL command or a part of it.


Constructor & Destructor Documentation

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

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