Interface AbstractMessageListenerContainer.JavaLangErrorHandler
- Enclosing class:
- AbstractMessageListenerContainer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A handler for
Error
on the container thread(s).- Since:
- 2.2.12
-
Method Summary
-
Method Details
-
handle
Handle the error; typically, the JVM will be terminated.- Parameters:
error
- the error.
-