Package io.foldright.cffu.eh
Interface ExceptionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Exception handler, used by the methods of
SwallowedExceptionHandleUtils
.- Author:
- Jerry Lee (oldratlee at gmail dot com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ExceptionInfo exceptionInfo) Handles the exception.
-
Method Details
-
handle
Handles the exception.- Parameters:
exceptionInfo
- the exception information
-