MCPcopy Create free account
hub / github.com/davidgiven/luje / Throwable

Method Throwable

lib/java/lang/Throwable.java:69–72  ·  view source on GitHub ↗

Constructs a new Throwable that includes the current stack trace.

()

Source from the content-addressed store, hash-verified

67 * Constructs a new {@code Throwable} that includes the current stack trace.
68 */
69 public Throwable() {
70 super();
71 fillInStackTrace();
72 }
73
74 /**
75 * Constructs a new {@code Throwable} with the current stack trace and the

Callers

nothing calls this directly

Calls 2

fillInStackTraceMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected