| java.lang.Object java.lang.Throwable java.lang.Exception persistence.antlr.ANTLRException persistence.antlr.RecognitionException persistence.antlr.MismatchedCharException
Constructor Summary | |
public | MismatchedCharException() MismatchedCharException constructor comment. | 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_) |
CHAR | final public static int CHAR(Code) | | |
NOT_CHAR | final public static int NOT_CHAR(Code) | | |
NOT_RANGE | final public static int NOT_RANGE(Code) | | |
NOT_SET | final public static int NOT_SET(Code) | | |
RANGE | final public static int RANGE(Code) | | |
SET | final public static int SET(Code) | | |
expecting | public int expecting(Code) | | |
foundChar | public int foundChar(Code) | | |
mismatchType | public int mismatchType(Code) | | |
MismatchedCharException | public MismatchedCharException()(Code) | | MismatchedCharException constructor comment.
|
MismatchedCharException | public MismatchedCharException(char c, char lower, char upper_, boolean matchNot, CharScanner scanner_)(Code) | | |
MismatchedCharException | public MismatchedCharException(char c, char expecting_, boolean matchNot, CharScanner scanner_)(Code) | | |
MismatchedCharException | public MismatchedCharException(char c, BitSet set_, boolean matchNot, CharScanner scanner_)(Code) | | |
getMessage | public String getMessage()(Code) | | Returns a clean error message (no line number/column information)
|
|
|