Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
printStackTrace
Method · 0.95
maybeLogThrown
Method · 0.80
main
Method · 0.80
getTargetException
Method · 0.80
maybeLogThrown
Method · 0.80
Calls
no outgoing calls
Tested by
2
maybeLogThrown
Method · 0.64
main
Method · 0.64