Module com.s8.api

Interface S8ExceptionCatcher

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 S8ExceptionCatcher
S8ExceptionCatcher is the functional interface for catching exception
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    the function method
  • Method Details

    • run

      void run(Exception e)
      the function method
      Parameters:
      e - the exception caught