Public Member Functions | Public Attributes

antlr.RecognitionException Class Reference

Inheritance diagram for antlr.RecognitionException:
antlr.ANTLRException antlr.MismatchedCharException antlr.MismatchedTokenException antlr.NoViableAltException antlr.NoViableAltForCharException antlr.SemanticException

List of all members.

Public Member Functions

 RecognitionException ()
 RecognitionException (String s)
 RecognitionException (String s, String fileName_, int line_)
 RecognitionException (String s, String fileName_, int line_, int column_)
String getFilename ()
int getLine ()
int getColumn ()
String getErrorMessage ()
String toString ()

Public Attributes

String fileName
int line
int column

Constructor & Destructor Documentation

antlr.RecognitionException.RecognitionException (  ) 
antlr.RecognitionException.RecognitionException ( String  s  ) 
antlr.RecognitionException.RecognitionException ( String  s,
String  fileName_,
int  line_ 
)
Deprecated:
As of ANTLR 2.7.2 use {
See also:
RecognitionException(char, String, int, int) }
antlr.RecognitionException.RecognitionException ( String  s,
String  fileName_,
int  line_,
int  column_ 
)

Member Function Documentation

String antlr.RecognitionException.getErrorMessage (  ) 

Member Data Documentation


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