Package io.engineblock.activityapi.errorhandling
-
Interface Summary Interface Description CycleErrorHandler<T extends java.lang.Throwable,R> -
Class Summary Class Description CycleErrorHandler.Triple<T,R> CycleErrorHandlers Provide some basic error handlersHashedErrorHandler<T extends java.lang.Throwable,R> Allow error handlers to be registered for any exception type, with an explicit handler that will be called if no specific other handler is matched.