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

cbl::ESemanticError Class Reference

#include <errors.h>

List of all members.


Public Methods

  ESemanticError (const std::string &AMsg)

Detailed Description

This exception is thrown when any semantic error occurs. (e.g. while method matching, scope inserting, ...)

Definition at line 31 of file errors.h.


Constructor & Destructor Documentation

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

Definition at line 33 of file errors.h.

00033 : 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