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