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
()
| 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 |