|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Private @InterfaceStability.Evolving public interface ForeignExceptionListener
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 | |
---|---|
void |
receive(ForeignException e)
Receive a ForeignException. |
Method Detail |
---|
void receive(ForeignException e)
Implementers must ensure that this method is thread-safe.
e
- exception causing the error. Implementations must accept and handle null here.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |