java.lang.Objectjava.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.CharStreamException
antlr.CharStreamIOException
Wrap an IOException in a CharStreamException
| Field Summary | |
java.io.IOException |
io
|
| Constructor Summary | |
CharStreamIOException(java.io.IOException io)
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.io.IOException io
| Constructor Detail |
public CharStreamIOException(java.io.IOException io)