Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getDefaultUncaughtExceptionHandler
Method
getDefaultUncaughtExceptionHandler
classpath/java/lang/Thread.java:212–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
}
211
212
public
static
UncaughtExceptionHandler getDefaultUncaughtExceptionHandler() {
213
return
defaultExceptionHandler;
214
}
215
216
public
void
setUncaughtExceptionHandler(UncaughtExceptionHandler h) {
217
exceptionHandler = h;
Callers
1
uncaughtException
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected