Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
TokenStreamRecognitionException
antlr
Class TokenStreamRecognitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.TokenStreamException
antlr.TokenStreamRecognitionException
- All Implemented Interfaces:
- java.io.Serializable
- public class TokenStreamRecognitionException
- extends TokenStreamException
Wraps a RecognitionException in a TokenStreamException so you
can pass it along.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
recog
public RecognitionException recog
TokenStreamRecognitionException
public TokenStreamRecognitionException(RecognitionException re)
toString
public java.lang.String toString()
|