Uses of Interface
oshi.util.ExceptionUtil.ThrowingRunnable
Packages that use ExceptionUtil.ThrowingRunnable
-
Uses of ExceptionUtil.ThrowingRunnable in oshi.util
Methods in oshi.util with parameters of type ExceptionUtil.ThrowingRunnableModifier and TypeMethodDescriptionstatic voidExceptionUtil.runOrLog(ExceptionUtil.ThrowingRunnable runnable, org.slf4j.Logger log, String msg) Executes the runnable, logging anyThrowableat debug level.static voidExceptionUtil.runOrLog(ExceptionUtil.ThrowingRunnable runnable, org.slf4j.Logger log, org.slf4j.event.Level level, String msg) Executes the runnable, logging anyThrowableat the specified level.static voidExceptionUtil.runSilently(ExceptionUtil.ThrowingRunnable runnable) Executes the runnable, silently swallowing anyThrowable.