Interface ForeignExceptionListener
- All Known Implementing Classes:
ForeignExceptionDispatcher
,Procedure
The ForeignExceptionListener is an interface for objects that can receive a ForeignException.
Implementations must be thread-safe, because this is expected to be used to propagate exceptions from foreign threads.
-
Method Summary
-
Method Details
-
receive
Receive a ForeignException.Implementers must ensure that this method is thread-safe.
- Parameters:
e
- exception causing the error. Implementations must accept and handle null here.
-