接口的使用
io.microsphere.lang.function.ThrowableAction
-
使用ThrowableAction的程序包 程序包 说明 io.microsphere.lang.function -
-
io.microsphere.lang.function中ThrowableAction的使用
参数类型为ThrowableAction的io.microsphere.lang.function中的方法 修饰符和类型 方法 说明 static void
ThrowableAction. execute(ThrowableAction action)
ExecutesThrowableAction
withthe default exception handling
static void
ThrowableAction. execute(ThrowableAction action, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)
ExecutesThrowableAction
with the customizedexception
handling
-