kmy.jint.io
Class JintReader.IOExceptionWrapper

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--kmy.jint.io.JintReader.IOExceptionWrapper
Enclosing class:
JintReader

static class JintReader.IOExceptionWrapper
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
(package private)  java.io.IOException e
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
(package private) JintReader.IOExceptionWrapper(java.io.IOException e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

e

java.io.IOException e
Constructor Detail

JintReader.IOExceptionWrapper

JintReader.IOExceptionWrapper(java.io.IOException e)