Class ExceptionReport.ThreadInfo
java.lang.Object
org.apache.tapestry5.corelib.pages.ExceptionReport.ThreadInfo
- All Implemented Interfaces:
Comparable<ExceptionReport.ThreadInfo>
- Enclosing class:
- ExceptionReport
public class ExceptionReport.ThreadInfo
extends Object
implements Comparable<ExceptionReport.ThreadInfo>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThreadInfo
(String className, String name, String state, String flags, ThreadGroup group) -
Method Summary
-
Field Details
-
className
-
name
-
state
-
flags
-
group
-
-
Constructor Details
-
ThreadInfo
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExceptionReport.ThreadInfo>
-