Package io.micronaut.core.exceptions
Common exception handling classes.
- Since:
- 1.0
-
Interface Summary Interface Description BeanExceptionHandler<T,E extends java.lang.Throwable> An exception handler capable of receiving a bean that originated the exception and an exception type.ExceptionHandler<T extends java.lang.Throwable> Common interface for types that handle exceptions. -
Exception Summary Exception Description UncheckedIOException Wraps aIOException
in aRuntimeException
.