at.dms.compiler.tools.antlr.runtime
Class NoViableAltForCharException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.dms.compiler.tools.antlr.runtime.ANTLRException
              extended by at.dms.compiler.tools.antlr.runtime.ParserException
                  extended by at.dms.compiler.tools.antlr.runtime.RecognitionException
                      extended by at.dms.compiler.tools.antlr.runtime.NoViableAltForCharException
All Implemented Interfaces:
Serializable

public class NoViableAltForCharException
extends RecognitionException

See Also:
Serialized Form

Field Summary
 char foundChar
           
 
Fields inherited from class at.dms.compiler.tools.antlr.runtime.RecognitionException
column, fileName, line
 
Constructor Summary
NoViableAltForCharException(char c, CharScanner scanner)
           
NoViableAltForCharException(char c, String fileName, int line)
           
 
Method Summary
 String getMessage()
          Returns a clean error message (no line number/column information)
 
Methods inherited from class at.dms.compiler.tools.antlr.runtime.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
 
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
 

Field Detail

foundChar

public char foundChar
Constructor Detail

NoViableAltForCharException

public NoViableAltForCharException(char c,
                                   CharScanner scanner)

NoViableAltForCharException

public NoViableAltForCharException(char c,
                                   String fileName,
                                   int line)
Method Detail

getMessage

public String getMessage()
Returns a clean error message (no line number/column information)

Overrides:
getMessage in class Throwable