public class RestartFrame extends Object
| Constructor and Description |
|---|
RestartFrame() |
| Modifier and Type | Method and Description |
|---|---|
StackTrace |
getAsyncStackTrace()
Async stack trace, if any.
|
StackTraceId |
getAsyncStackTraceId()
Async stack trace, if any.
|
List<CallFrame> |
getCallFrames()
New stack trace.
|
void |
setAsyncStackTrace(StackTrace asyncStackTrace)
Async stack trace, if any.
|
void |
setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Async stack trace, if any.
|
void |
setCallFrames(List<CallFrame> callFrames)
New stack trace.
|
public StackTrace getAsyncStackTrace()
public void setAsyncStackTrace(StackTrace asyncStackTrace)
public StackTraceId getAsyncStackTraceId()
public void setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Copyright © 2020. All rights reserved.