nwnintf
Class ExceptionAdapter

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--nwnintf.ExceptionAdapter
All Implemented Interfaces:
java.io.Serializable

public class ExceptionAdapter
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 java.lang.Exception originalException
           
 
Constructor Summary
ExceptionAdapter(java.lang.Exception e)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 void rethrow()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

originalException

public java.lang.Exception originalException
Constructor Detail

ExceptionAdapter

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

printStackTrace

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

printStackTrace

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

printStackTrace

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

rethrow

public void rethrow()
             throws java.lang.Exception
java.lang.Exception