Uses of Interface
aQute.bnd.exceptions.RunnableWithException
-
Packages that use RunnableWithException Package Description aQute.bnd.exceptions This package is exported by biz.aQute.bnd.util.aQute.lib.aspects -
-
Uses of RunnableWithException in aQute.bnd.exceptions
Methods in aQute.bnd.exceptions with parameters of type RunnableWithException Modifier and Type Method Description static java.lang.Runnable
RunnableWithException. asRunnable(RunnableWithException unchecked)
static java.lang.Runnable
RunnableWithException. asRunnableIgnoreException(RunnableWithException unchecked)
static void
Exceptions. unchecked(RunnableWithException runnable)
-
Uses of RunnableWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type RunnableWithException Modifier and Type Method Description <R> Aspects.InterceptBuilder<T>
Aspects.InterceptBuilder. intercept(RunnableWithException intercept, java.lang.String name)
Intercept a no method call
-