-
public class ThreadInformation
Get an information about single thread passed in constructor
-
-
Constructor Summary
Constructors Constructor Description ThreadInformation(String threadName, Boolean fault, List<BacktraceStackFrame> stack)
Create new instance of ThreadInformation
-
Method Summary
-
-
Constructor Detail
-
ThreadInformation
ThreadInformation(String threadName, Boolean fault, List<BacktraceStackFrame> stack)
Create new instance of ThreadInformation- Parameters:
threadName
- thread namefault
- denotes whether a thread is a faulting thread - in most cases main threadstack
- exception stack information
-
-
-
-