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

See Also:
Serialized Form

Field Summary
 char foundChar
           
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
NoViableAltForCharException(char c, CharScanner scanner)
           
NoViableAltForCharException(char c, String fileName, int line)
          Deprecated. As of ANTLR 2.7.2 use NoViableAltForCharException(char, String, int, int)
NoViableAltForCharException(char c, String fileName, int line, int column)
           
 
Method Summary
 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
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)
Deprecated. As of ANTLR 2.7.2 use NoViableAltForCharException(char, String, int, int)


NoViableAltForCharException

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

getMessage

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

Overrides:
getMessage in class Throwable


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.