static final 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 |
Modifier | Constructor and Description |
---|---|
private |
BugReporterThread(java.lang.Throwable t)
Constructs a new
BugReporterThread . |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
askForBugReport(java.lang.Throwable e) |
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
private BugReporterThread(java.lang.Throwable t)
BugReporterThread
.t
- the exceptionstatic void askForBugReport(java.lang.Throwable e)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread