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

cbl::EParserError Class Reference

#include <errors.h>

List of all members.


Public Methods

  EParserError (const std::string &AMsg)

Detailed Description

Parser exception class. It's thrown by CBL parsers if any parser (syntactical) error occurs. ISSUE : shouldn't it be named to ESyntaxError?

Definition at line 22 of file errors.h.


Constructor & Destructor Documentation

cbl::EParserError::EParserError const std::string &    AMsg [inline]
 

Definition at line 24 of file errors.h.

00024 : swl::TException(AMsg) {}

The documentation for this class was generated from the following file:
Generated on Sat Apr 6 19:07:26 2002 for Compiler Backend Library by doxygen1.2.14 written by , © 1997-2002