Uses of Interface
aQute.lib.exceptions.RunnableWithException
Packages that use RunnableWithException
-
Uses of RunnableWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type RunnableWithExceptionModifier and TypeMethodDescriptionAspects.InterceptBuilder.intercept
(RunnableWithException intercept, String name) Intercept a no method call -
Uses of RunnableWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type RunnableWithExceptionModifier and TypeMethodDescriptionstatic Runnable
RunnableWithException.asRunnable
(RunnableWithException unchecked) static Runnable
RunnableWithException.asRunnableIgnoreException
(RunnableWithException unchecked) static void
Exceptions.unchecked
(RunnableWithException runnable)