Uses of Interface
aQute.lib.exceptions.RunnableWithException
-
Packages that use RunnableWithException Package Description aQute.lib.exceptions -
-
Uses of RunnableWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type RunnableWithException Modifier and Type Method Description static java.lang.Runnable
RunnableWithException. asRunnable(RunnableWithException unchecked)
Deprecated.static java.lang.Runnable
RunnableWithException. asRunnableIgnoreException(RunnableWithException unchecked)
Deprecated.static void
Exceptions. unchecked(RunnableWithException runnable)
Deprecated.
-