de.grogra.grammar
Class UnexpectedTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by de.grogra.grammar.RecognitionException
                      extended by de.grogra.grammar.SyntacticException
                          extended by de.grogra.grammar.UnexpectedTokenException
All Implemented Interfaces:
DetailedException, Disposable, UserException, java.io.Serializable, java.lang.Comparable<RecognitionException>

public class UnexpectedTokenException
extends SyntacticException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.grogra.grammar.RecognitionException
IS_ERROR, MIN_UNUSED, warningBits
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
UnexpectedTokenException(java.lang.String token, java.lang.String expected)
           
 
Method Summary
 
Methods inherited from class de.grogra.grammar.SyntacticException
getCategoryDescription
 
Methods inherited from class de.grogra.grammar.RecognitionException
compareTo, complete, convert, dispose, getColumn, getDetailedMessage, getDetailedMessage, getLine, isError, set, set, set, set, set
 
Methods inherited from class antlr.RecognitionException
getErrorMessage, getFilename, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedTokenException

public UnexpectedTokenException(java.lang.String token,
                                java.lang.String expected)