T - @FunctionalInterface
public interface ExceptionHandler<T extends java.lang.Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(T exception)
Handle the given exception.
|
void handle(T exception)
exception - The exception to handle