public static class FunctionDesc.ExceptionHandler<Ex extends Exception> extends Object
ExceptionHandler(Class<Ex> type, Consumer<Ex> consumer)
static FunctionDesc.ExceptionHandler<Exception>
getDefault(Consumer<Exception> consumer)
void
handle(Exception e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionHandler(Class<Ex> type, Consumer<Ex> consumer)
public void handle(Exception e)
public static FunctionDesc.ExceptionHandler<Exception> getDefault(Consumer<Exception> consumer)
Copyright © 2021. All rights reserved.