Package antlr
Class TokenStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.TokenStreamException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TokenStreamIOException,TokenStreamRecognitionException,TokenStreamRetryException
public class TokenStreamException extends ANTLRException
Anything that goes wrong while generating a stream of tokens.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenStreamException()TokenStreamException(String s)TokenStreamException(String message, Throwable cause)TokenStreamException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-