T - The bean typeE - And the exception@FunctionalInterface public interface BeanExceptionHandler<T,E extends Throwable> extends BiConsumer<T,E>
| Modifier and Type | Method and Description | 
|---|---|
default void | 
accept(T bean,
      E throwable)
Handles the exception. 
 | 
void | 
handle(T bean,
      E throwable)
Handles the exception. 
 | 
andThen