Package io.micronaut.core.exceptions
@NullMarked
package io.micronaut.core.exceptions
Common exception handling classes.
- Since:
- 1.0
- Author:
- graemerocher
-
InterfacesClassDescriptionBeanExceptionHandler<T, E extends Throwable>An exception handler capable of receiving a bean that originated the exception and an exception type.ExceptionHandler<T extends Throwable>Common interface for types that handle exceptions.