equal
deleted
inserted
replaced
200 * The stack trace, as returned by {@link #getStackTrace()}. |
200 * The stack trace, as returned by {@link #getStackTrace()}. |
201 * |
201 * |
202 * The field is initialized to a zero-length array. A {@code |
202 * The field is initialized to a zero-length array. A {@code |
203 * null} value of this field indicates subsequent calls to {@link |
203 * null} value of this field indicates subsequent calls to {@link |
204 * #setStackTrace(StackTraceElement[])} and {@link |
204 * #setStackTrace(StackTraceElement[])} and {@link |
205 * #fillInStackTrace()} will be be no-ops. |
205 * #fillInStackTrace()} will be no-ops. |
206 * |
206 * |
207 * @serial |
207 * @serial |
208 * @since 1.4 |
208 * @since 1.4 |
209 */ |
209 */ |
210 private StackTraceElement[] stackTrace = UNASSIGNED_STACK; |
210 private StackTraceElement[] stackTrace = UNASSIGNED_STACK; |