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

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.TokenStreamException
                      extended by at.dms.compiler.tools.antlr.runtime.TokenStreamRecognitionException
All Implemented Interfaces:
Serializable

public class TokenStreamRecognitionException
extends TokenStreamException

Wraps a RecognitionException in a TokenStreamException so you can pass it along.

See Also:
Serialized Form

Field Summary
 RecognitionException recog
           
 
Constructor Summary
TokenStreamRecognitionException(RecognitionException re)
           
 
Method Summary
 
Methods inherited from class at.dms.compiler.tools.antlr.runtime.ParserException
getColumn, getFilename, getLine
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

recog

public RecognitionException recog
Constructor Detail

TokenStreamRecognitionException

public TokenStreamRecognitionException(RecognitionException re)