Class MurmelExceptionWrapper
java.lang.Object
de.murmelmeister.murmelapi.exceptions.MurmelExceptionWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TdbWrap(@NotNull String action, @NotNull Supplier<T> supplier, @NotNull BiFunction<String, Throwable, ? extends MurmelException> exceptionFunction)
-
Constructor Details
-
MurmelExceptionWrapper
public MurmelExceptionWrapper()
-
-
Method Details
-
dbWrap
public static <T> T dbWrap(@NotNull @NotNull String action, @NotNull @NotNull Supplier<T> supplier, @NotNull @NotNull BiFunction<String, Throwable, ? extends MurmelException> exceptionFunction)
-