KDevelop API Documentation

NoViableAltForCharException Class Reference

#include <NoViableAltForCharException.hpp>

Inheritance diagram for NoViableAltForCharException:

Inheritance graph
[legend]
Collaboration diagram for NoViableAltForCharException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NoViableAltForCharException (int c, CharScanner *scanner)
 NoViableAltForCharException (int c, const std::string &fileName_, int line_, int column_)
virtual ~NoViableAltForCharException () throw ()
std::string getMessage () const
 Returns a clean error message (no line number/column information).

Protected Attributes

int foundChar

Constructor & Destructor Documentation

NoViableAltForCharException::NoViableAltForCharException int  c,
CharScanner scanner
 

Definition at line 15 of file NoViableAltForCharException.cpp.

NoViableAltForCharException::NoViableAltForCharException int  c,
const std::string &  fileName_,
int  line_,
int  column_
 

Definition at line 23 of file NoViableAltForCharException.cpp.

virtual NoViableAltForCharException::~NoViableAltForCharException  )  throw () [inline, virtual]
 

Definition at line 27 of file NoViableAltForCharException.hpp.


Member Function Documentation

std::string NoViableAltForCharException::getMessage  )  const [virtual]
 

Returns a clean error message (no line number/column information).

Reimplemented from ANTLRException.

Definition at line 32 of file NoViableAltForCharException.cpp.

References ANTLR_USE_NAMESPACE, and charName().


Member Data Documentation

int NoViableAltForCharException::foundChar [protected]
 

Definition at line 34 of file NoViableAltForCharException.hpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:44:40 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003