antlr
public class RecognitionException extends ANTLRException
| Field Summary | |
|---|---|
| int | column |
| String | fileName |
| int | line |
| Constructor Summary | |
|---|---|
| RecognitionException() | |
| RecognitionException(String s)
RecognitionException constructor comment. | |
| RecognitionException(String s, String fileName_, int line_) | |
| RecognitionException(String s, String fileName_, int line_, int column_)
RecognitionException constructor comment. | |
| Method Summary | |
|---|---|
| int | getColumn() |
| String | getErrorMessage() |
| String | getFilename() |
| int | getLine() |
| String | toString() |
Parameters: s java.lang.String
Deprecated: As of ANTLR 2.7.2 use {@see #RecognitionException(char, String, int, int) }
Parameters: s java.lang.String
Deprecated: As of ANTLR 2.7.0