Interface UncaughtExceptionsGenerator
- All Known Subinterfaces:
IConnection
,IInstanceConnection
,IInstanceConnectionDelegate
,IpcChannelMessagesReceiver
,IpcChannelMessagesSender
,IProcessConnection
,IProcessConnectionDelegate
- All Known Implementing Classes:
CloseableThreadsGroup
,InstanceConnectionDelegateImpl
,IpcConnection
,MmfInstanceConnection
,MmfProcessConnection
,PmMessageReceiver
,PmMessageSender
,ProcessConnectionDelegateImpl
,RmiInstanceConnectionStub
,RmiProcessConnectionStub
,RmiSeparateProcessConnection
,SerializableObjectSender
public interface UncaughtExceptionsGenerator
Represents something to which
Thread.UncaughtExceptionHandler
could be set.-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
setUncaughtExceptionHandler
- Parameters:
handler
- givenThread.UncaughtExceptionHandler
(notnull
)
-