|
|||||||||||
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 | +--antlr.MismatchedCharException
Untamed:
Field Summary | |
static int |
CHAR
Enabled: |
int |
expecting
Enabled: |
char |
foundChar
Enabled: |
int |
mismatchType
Enabled: |
static int |
NOT_CHAR
Enabled: |
static int |
NOT_RANGE
Enabled: |
static int |
NOT_SET
Enabled: |
static int |
RANGE
Enabled: |
CharScanner |
scanner
Enabled: |
BitSet |
set
Enabled: |
static int |
SET
Enabled: |
int |
upper
Enabled: |
Fields inherited from class antlr.RecognitionException |
column, fileName, line |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
MismatchedCharException()
Enabled: MismatchedCharException constructor comment. |
|
MismatchedCharException(char c,
BitSet set_,
boolean matchNot,
CharScanner scanner)
Enabled: |
|
MismatchedCharException(char c,
char expecting_,
boolean matchNot,
CharScanner scanner)
Enabled: |
|
MismatchedCharException(char c,
char lower,
char upper_,
boolean matchNot,
CharScanner scanner)
Enabled: |
|
MismatchedCharException(String s,
int line)
Enabled: MismatchedCharException constructor comment. |
Method Summary | |
String |
getMessage()
Enabled: Returns the error message that happened on the line/col given. |
Methods inherited from class antlr.RecognitionException |
getColumn, getErrorMessage, getFilename, getLine, toString |
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, 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 static final int CHAR
public static final int NOT_CHAR
public static final int RANGE
public static final int NOT_RANGE
public static final int SET
public static final int NOT_SET
public int mismatchType
public char foundChar
public int expecting
public int upper
public BitSet set
public CharScanner scanner
Constructor Detail |
public MismatchedCharException()
public MismatchedCharException(char c, char lower, char upper_, boolean matchNot, CharScanner scanner)
public MismatchedCharException(char c, char expecting_, boolean matchNot, CharScanner scanner)
public MismatchedCharException(char c, BitSet set_, boolean matchNot, CharScanner scanner)
public MismatchedCharException(String s, int line)
s
- java.lang.StringMethod Detail |
public String getMessage()
getMessage
in class Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |