at.dms.compiler.tools.antlr.runtime
Class NoViableAltForCharException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.dms.compiler.tools.antlr.runtime.ANTLRException
at.dms.compiler.tools.antlr.runtime.ParserException
at.dms.compiler.tools.antlr.runtime.RecognitionException
at.dms.compiler.tools.antlr.runtime.NoViableAltForCharException
- All Implemented Interfaces:
- Serializable
public class NoViableAltForCharException
- extends RecognitionException
- See Also:
- Serialized Form
Method Summary |
String |
getMessage()
Returns a clean error message (no line number/column information) |
foundChar
public char foundChar
NoViableAltForCharException
public NoViableAltForCharException(char c,
CharScanner scanner)
NoViableAltForCharException
public NoViableAltForCharException(char c,
String fileName,
int line)
getMessage
public String getMessage()
- Returns a clean error message (no line number/column information)
- Overrides:
getMessage
in class Throwable