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
Untamed: Wrap an IOException in a CharStreamException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
io
public IOException io
- Enabled:
CharStreamIOException
public CharStreamIOException(IOException io)
- Enabled:
comments?