Package antlr
Class TokenStreamIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.TokenStreamException
-
- antlr.TokenStreamIOException
-
- All Implemented Interfaces:
Serializable
public class TokenStreamIOException extends TokenStreamException
Wraps an IOException in a TokenStreamException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description IOException
io
-
Constructor Summary
Constructors Constructor Description TokenStreamIOException(IOException io)
TokenStreamIOException constructor comment.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
io
public IOException io
-
-
Constructor Detail
-
TokenStreamIOException
public TokenStreamIOException(IOException io)
TokenStreamIOException constructor comment.- Parameters:
s
- java.lang.String
-
-