MCPcopy 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

runMethod · 0.95
mainMethod · 0.65
uncaughtExceptionMethod · 0.65

Implementers 1

ThreadGroupclasspath/java/lang/ThreadGroup.java

Calls

no outgoing calls

Tested by 1

mainMethod · 0.52