public static final class CpsThreadDump.ThreadInfo extends Object
Constructor and Description |
---|
ThreadInfo(Throwable t)
Create a fake
CpsThreadDump.ThreadInfo from a Throwable that copies its
stack trace history. |
Modifier and Type | Method and Description |
---|---|
String |
getHeadline() |
List<StackTraceElement> |
getStackTrace()
Can be empty but never be null.
|
void |
print(PrintWriter w) |
String |
toString() |
public ThreadInfo(Throwable t)
CpsThreadDump.ThreadInfo
from a Throwable
that copies its
stack trace history.public List<StackTraceElement> getStackTrace()
public String getHeadline()
public void print(PrintWriter w)
Copyright © 2016–2020. All rights reserved.