Uses of Interface
de.team33.patterns.exceptional.dione.XRunnable
-
Uses of XRunnable in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XRunnableModifier and TypeMethodDescriptionstatic voidRuns a givenXRunnablethat wraps a checked exception that may occur as aWrappedException.final voidRuns a givenXRunnablethat wraps a checked exception that may occur as a specific unchecked exception.final voidRuns a givenXRunnableignoring an exception that may occur.static RunnableConverts anXRunnablethat may throw a checked exception to aRunnablethat, when executed, wraps any occurring checked exception as aWrappedException.final Runnable