Package org.eclipse.net4j.util
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.
- Since:
- 3.26
- Author:
- Eike Stepper
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(Object catcher, Throwable ex, String message, OMLogger logger)
-
Method Details
-
handleException
-