antlr
Class NoViableAltForCharException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--antlr.ANTLRException
|
+--antlr.RecognitionException
|
+--antlr.NoViableAltForCharException
- All Implemented Interfaces:
- Serializable
- public class NoViableAltForCharException
- extends RecognitionException
Untamed:
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, unwrap |
foundChar
public char foundChar
- Enabled:
NoViableAltForCharException
public NoViableAltForCharException(char c,
CharScanner scanner)
- Enabled:
NoViableAltForCharException
public NoViableAltForCharException(char c,
String fileName,
int line)
- Enabled:
getErrorMessage
public String getErrorMessage()
- Enabled: @deprecated As of ANTLR 2.7.0
- Overrides:
getErrorMessage
in class RecognitionException
getMessage
public String getMessage()
- Enabled: Returns a clean error message (no line number/column information)
- Overrides:
getMessage
in class Throwable
- Returns:
- the detail message string of this Throwable instance
(which may be null).
comments?