org.eclipse.net4j.util
Class WrappedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.net4j.util.WrappedException
All Implemented Interfaces:
java.io.Serializable

public class WrappedException
extends java.lang.RuntimeException

TODO Handle IORuntimeException

See Also:
Serialized Form

Method Summary
 java.lang.Exception exception()
           
static java.lang.Exception unwrap(java.lang.Exception exception)
           
static java.lang.RuntimeException wrap(java.lang.Exception exception)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

exception

public java.lang.Exception exception()

wrap

public static java.lang.RuntimeException wrap(java.lang.Exception exception)

unwrap

public static java.lang.Exception unwrap(java.lang.Exception exception)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.