kmy.jint.util
Class WrapperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--kmy.jint.util.WrapperException

public class WrapperException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

Field Detail

wrapped

java.lang.Exception wrapped
Constructor Detail

WrapperException

public WrapperException(java.lang.Exception e)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable