private static class BugReportExceptionHandler.BugReporterThread extends java.lang.Thread
Modifier and Type | Class and Description |
---|---|
private class |
BugReportExceptionHandler.BugReporterThread.BugReporterWorker |
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
e |
Constructor and Description |
---|
BugReporterThread(java.lang.Throwable t)
Constructs a new
BugReporterThread . |
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
private final java.lang.Throwable e
BugReporterThread(java.lang.Throwable t)
BugReporterThread
.t
- the exceptionpublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread