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

Method fillInStackTrace

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

Records the stack trace from the point where this method has been called to this Throwable. The method is public so that code which catches a Throwable and then re-throws it can adjust the stack trace to represent the location where the exception was re-thrown. @return this {@code T

()

Source from the content-addressed store, hash-verified

124 * @return this {@code Throwable} instance.
125 */
126 public native Throwable fillInStackTrace();
127
128 /**
129 * Returns the extra information message which was provided when this

Callers 1

ThrowableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected