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.

@FunctionalInterface public interface ExceptionHandler
Exception handler, used by the methods of SwallowedExceptionHandleUtils.
Author:
Jerry Lee (oldratlee at gmail dot com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(ExceptionInfo exceptionInfo)
    Handles the exception.
  • Method Details

    • handle

      void handle(ExceptionInfo exceptionInfo)
      Handles the exception.
      Parameters:
      exceptionInfo - the exception information