Public Member Functions | Public Attributes

antlr.NoViableAltForCharException Class Reference

Inheritance diagram for antlr.NoViableAltForCharException:
antlr.RecognitionException antlr.ANTLRException

List of all members.

Public Member Functions

 NoViableAltForCharException (char c, CharScanner scanner)
 NoViableAltForCharException (char c, String fileName, int line)
 NoViableAltForCharException (char c, String fileName, int line, int column)
String getMessage ()

Public Attributes

char foundChar

Constructor & Destructor Documentation

antlr.NoViableAltForCharException.NoViableAltForCharException ( char  c,
CharScanner  scanner 
)
antlr.NoViableAltForCharException.NoViableAltForCharException ( char  c,
String  fileName,
int  line 
)
antlr.NoViableAltForCharException.NoViableAltForCharException ( char  c,
String  fileName,
int  line,
int  column 
)

Member Function Documentation

String antlr.NoViableAltForCharException.getMessage (  ) 

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

References antlr.NoViableAltForCharException.foundChar.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties