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