Package io.micronaut.core.exceptions
Interface ExceptionHandler<T extends Throwable>
- Type Parameters:
T
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Common interface for types that handle exceptions.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
-
Method Details
-
handle
Handle the given exception.- Parameters:
exception
- The exception to handle
-