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

Method toString

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

Source from the content-addressed store, hash-verified

59 }
60
61 public String toString() {
62 StringBuilder sb = new StringBuilder();
63 sb.append(getClass().getName());
64 if (message != null) {
65 sb.append(": ").append(message);
66 }
67 return sb.toString();
68 }
69
70 private static native Object trace(int skipCount);
71

Callers 1

printStackTraceMethod · 0.95

Calls 5

appendMethod · 0.95
toStringMethod · 0.95
getNameMethod · 0.65
appendMethod · 0.65
getClassMethod · 0.45

Tested by

no test coverage detected