antlr
Class TokenStreamRecognitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--antlr.ANTLRException
                    |
                    +--antlr.TokenStreamException
                          |
                          +--antlr.TokenStreamRecognitionException
All Implemented Interfaces:
Serializable

public class TokenStreamRecognitionException
extends TokenStreamException

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

See Also:
Serialized Form

Field Summary
 RecognitionException recog
          Enabled:
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TokenStreamRecognitionException(RecognitionException re)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

recog

public RecognitionException recog
Enabled:

Constructor Detail

TokenStreamRecognitionException

public TokenStreamRecognitionException(RecognitionException re)
Enabled:



comments?