Uses of Interface
com.aoapps.lang.RunnableE
-
Packages that use RunnableE Package Description com.aoapps.lang.exception com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects. -
-
Uses of RunnableE in com.aoapps.lang.exception
Methods in com.aoapps.lang.exception with parameters of type RunnableE Modifier and Type Method Description static voidWrappedException. runE(RunnableE<?> runnable)Invokes the given runnable, wrapping any checked exceptions.static voidWrappedException. runE(RunnableE<?> runnable, Object... extraInfo)Invokes the given runnable, wrapping any checked exceptions.static voidWrappedException. runE(RunnableE<?> runnable, String message)Invokes the given runnable, wrapping any checked exceptions.static voidWrappedException. runE(RunnableE<?> runnable, String message, Object... extraInfo)Invokes the given runnable, wrapping any checked exceptions. -
Uses of RunnableE in com.aoapps.lang.i18n
Methods in com.aoapps.lang.i18n with parameters of type RunnableE Modifier and Type Method Description static <Ex extends Throwable>
voidThreadLocale. run(Locale locale, Class<? extends Ex> exClass, RunnableE<? extends Ex> runnable)Changes the current thread locale then runs the RunnableE.
-