MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getCause

Method getCause

classpath/java/lang/Throwable.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public Throwable getCause() {
41 return cause;
42 }
43
44 public Throwable initCause(Throwable e) {
45 if (cause == null) {

Callers 5

printStackTraceMethod · 0.95
maybeLogThrownMethod · 0.80
mainMethod · 0.80
getTargetExceptionMethod · 0.80
maybeLogThrownMethod · 0.80

Calls

no outgoing calls

Tested by 2

maybeLogThrownMethod · 0.64
mainMethod · 0.64