Package antlr
Class NoViableAltException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.RecognitionException
-
- antlr.NoViableAltException
-
- All Implemented Interfaces:
Serializable
public class NoViableAltException extends RecognitionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoViableAltException(AST t)
NoViableAltException(Token t, String fileName_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Returns a clean error message (no line number/column information)-
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
Returns a clean error message (no line number/column information)- Overrides:
getMessage
in classThrowable
-
-