Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ uncaughtException
Method
uncaughtException
classpath/java/lang/Thread.java:304–304 ·
view source on GitHub ↗
(Thread t, Throwable e)
Source
from the content-addressed store, hash-verified
302
303
public
interface
UncaughtExceptionHandler {
304
public
void
uncaughtException(Thread t, Throwable e);
305
}
306
307
public
enum State {
Callers
3
run
Method · 0.95
main
Method · 0.65
uncaughtException
Method · 0.65
Implementers
1
ThreadGroup
classpath/java/lang/ThreadGroup.java
Calls
no outgoing calls
Tested by
1
main
Method · 0.52