ANTLR Support Libraries 2.7.1+
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
Public Member Functions | Protected Attributes
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,
const std::string &  fileName_,
int  line_,
int  column_ 
)
virtual NoViableAltForCharException::~NoViableAltForCharException ( ) throw () [inline, virtual]

Member Function Documentation

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


Member Data Documentation


The documentation for this class was generated from the following files: