public class NoViableAltException extends RecognitionException
Modifier and Type | Field and Description |
---|---|
AST |
node |
Token |
token |
column, fileName, line
Constructor and Description |
---|
NoViableAltException(AST t) |
NoViableAltException(Token t,
String fileName_) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns a clean error message (no line number/column information)
|
getColumn, getErrorMessage, getFilename, getLine, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NoViableAltException(AST t)
public String getMessage()
getMessage
in class Throwable