|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--antlr.ANTLRException | +--antlr.RecognitionException
Untamed:
Field Summary | |
int |
column
Enabled: |
String |
fileName
Enabled: |
int |
line
Enabled: |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
RecognitionException()
Enabled: |
|
RecognitionException(String s)
Enabled: RecognitionException constructor comment. |
|
RecognitionException(String s,
String fileName,
int line)
Enabled: RecognitionException constructor comment. |
Method Summary | |
int |
getColumn()
Enabled: |
String |
getErrorMessage()
Enabled: @deprecated As of ANTLR 2.7.0 |
String |
getFilename()
Enabled: |
int |
getLine()
Enabled: |
String |
toString()
Suppressed: |
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, unwrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public String fileName
public int line
public int column
Constructor Detail |
public RecognitionException()
public RecognitionException(String s)
s
- java.lang.Stringpublic RecognitionException(String s, String fileName, int line)
s
- java.lang.StringMethod Detail |
public int getColumn()
public String getErrorMessage()
public String getFilename()
public int getLine()
public String toString()
toString
in class Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |