- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
S8ExceptionCatcher is the functional interface for catching exception
-
Method Summary
-
Method Details
-
run
the function method- Parameters:
e
- the exception caught
-