persistence.antlr
Class NoViableAltException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by persistence.antlr.ANTLRException
              extended by persistence.antlr.RecognitionException
                  extended by persistence.antlr.NoViableAltException
All Implemented Interfaces:
java.io.Serializable

public class NoViableAltException
extends RecognitionException

See Also:
Serialized Form

Field Summary
 persistence.antlr.collections.AST node
           
 Token token
           
 
Fields inherited from class persistence.antlr.RecognitionException
column, fileName, line
 
Constructor Summary
NoViableAltException(persistence.antlr.collections.AST t)
           
NoViableAltException(Token t, java.lang.String fileName_)
           
 
Method Summary
 java.lang.String getMessage()
          Returns a clean error message (no line number/column information)
 
Methods inherited from class persistence.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

token

public Token token

node

public persistence.antlr.collections.AST node
Constructor Detail

NoViableAltException

public NoViableAltException(persistence.antlr.collections.AST t)

NoViableAltException

public NoViableAltException(Token t,
                            java.lang.String fileName_)
Method Detail

getMessage

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

Overrides:
getMessage in class java.lang.Throwable