Interface ExceptionMapper<T extends Throwable>
-
- All Known Subinterfaces:
HttpExceptionMapper<T>
- All Known Implementing Classes:
DefaultExceptionMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ExceptionMapper<T extends Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmap(T exception, MetaData metaData)
-