Package org.eclipse.net4j.util
Class WrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.WrappedException
- All Implemented Interfaces:
Serializable
An unchecked exception that wraps a checked exception. Wrapping occurs conditionally in the static
wrap()
methods.- Author:
- Eike Stepper
- See Also:
- No Extend
- This class is not intended to be subclassed by clients.
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
exception
-
wrap
- Since:
- 3.1
-
wrap
-
unwrap
-