Package antlr
Class TokenStreamIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.TokenStreamException
-
- antlr.TokenStreamIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenStreamIOException extends TokenStreamException
Wraps an IOException in a TokenStreamException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.io.IOException
io
-
Constructor Summary
Constructors Constructor Description TokenStreamIOException(java.io.IOException io)
TokenStreamIOException constructor comment.
-