|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
antlr.NoViableAltForCharException
public class NoViableAltForCharException
Field Summary | |
---|---|
char |
foundChar
|
Fields inherited from class antlr.RecognitionException |
---|
column, fileName, line |
Constructor Summary | |
---|---|
NoViableAltForCharException(char c,
CharScanner scanner)
|
|
NoViableAltForCharException(char c,
String fileName,
int line)
Deprecated. As of ANTLR 2.7.2 use NoViableAltForCharException(char, String, int, int) |
|
NoViableAltForCharException(char c,
String fileName,
int line,
int column)
|
Method Summary | |
---|---|
String |
getMessage()
Returns a clean error message (no line number/column information) |
Methods inherited from class antlr.RecognitionException |
---|
getColumn, getErrorMessage, getFilename, getLine, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public char foundChar
Constructor Detail |
---|
public NoViableAltForCharException(char c, CharScanner scanner)
public NoViableAltForCharException(char c, String fileName, int line)
NoViableAltForCharException(char, String, int, int)
public NoViableAltForCharException(char c, String fileName, int line, int column)
Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |