at.dms.compiler.tools.antlr.runtime
Class TokenStreamRecognitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.dms.compiler.tools.antlr.runtime.ANTLRException
at.dms.compiler.tools.antlr.runtime.ParserException
at.dms.compiler.tools.antlr.runtime.TokenStreamException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
recog
public RecognitionException recog
TokenStreamRecognitionException
public TokenStreamRecognitionException(RecognitionException re)