public interface ExceptionHandler extends Consumer<Throwable>
default void
accept(Throwable e)
handle(e)
void
handle(Throwable e)
andThen
default void accept(Throwable e)
accept
Consumer<Throwable>
e
void handle(Throwable e)
Copyright © 2017. All rights reserved.