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

Method initCause

classpath/java/lang/Throwable.java:44–51  ·  view source on GitHub ↗
(Throwable e)

Source from the content-addressed store, hash-verified

42 }
43
44 public Throwable initCause(Throwable e) {
45 if (cause == null) {
46 cause = e;
47 return this;
48 } else {
49 throw new IllegalStateException();
50 }
51 }
52
53 public String getMessage() {
54 return message;

Callers 8

loadVMClassMethod · 0.80
parseAnnotationTableMethod · 0.80
getProxyClassMethod · 0.80
newProxyInstanceMethod · 0.80
bindMethod · 0.80
getByNameMethod · 0.80
getBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected