Package org.kiwiproject.beta.base
Class KiwiRunnables.WrappedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kiwiproject.beta.base.KiwiRunnables.WrappedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KiwiRunnables
public static class KiwiRunnables.WrappedException extends RuntimeException
ARuntimeExceptionthat contains a checked exception thrown by aKiwiRunnables.ThrowingRunnable.This exception type is intended to be used when converting
KiwiRunnables.ThrowingRunnableto aRunnable, which cannot throw checked exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrappedException
public WrappedException(Throwable cause)
-
-