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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
recog
public RecognitionException recog
- Enabled:
TokenStreamRecognitionException
public TokenStreamRecognitionException(RecognitionException re)
- Enabled:
comments?