antlr
Class NoViableAltForCharException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--antlr.ANTLRException
|
+--antlr.RecognitionException
|
+--antlr.NoViableAltForCharException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoViableAltForCharException
- extends RecognitionException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.String |
getErrorMessage()
Deprecated. As of ANTLR 2.7.0 |
java.lang.String |
getMessage()
Returns a clean error message (no line number/column information) |
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 |
foundChar
public char foundChar
NoViableAltForCharException
public NoViableAltForCharException(char c,
CharScanner scanner)
NoViableAltForCharException
public NoViableAltForCharException(char c,
java.lang.String fileName,
int line)
NoViableAltForCharException
public NoViableAltForCharException(char c,
java.lang.String fileName,
int line,
int column)
getErrorMessage
public java.lang.String getErrorMessage()
- Deprecated. As of ANTLR 2.7.0
- Overrides:
getErrorMessage
in class RecognitionException
getMessage
public java.lang.String getMessage()
- Returns a clean error message (no line number/column information)
- Overrides:
getMessage
in class java.lang.Throwable