Class EntrypointUtils
java.lang.Object
com.illusivesoulworks.spectrelib.EntrypointUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Throwable>
TgatherExceptions(Throwable exc, T prev, Function<Throwable, T> mainExcFactory) static <T> voidinvokeEntrypoints(String key, Class<T> type, Consumer<? super T> invoker)
-
Constructor Details
-
EntrypointUtils
public EntrypointUtils()
-
-
Method Details
-
invokeEntrypoints
-
gatherExceptions
-