public final class BugReportExceptionHandler extends java.lang.Object implements java.lang.Thread.UncaughtExceptionHandler
Constructor and Description |
---|
BugReportExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
static boolean |
exceptionHandlingInProgress()
Determines if an exception is currently being handled
|
static void |
handleException(java.lang.Throwable e)
Handles the given exception
|
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e) |
public BugReportExceptionHandler()
public void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
public static void handleException(java.lang.Throwable e)
e
- the exceptionpublic static boolean exceptionHandlingInProgress()
true
if an exception is currently being handled, false
otherwise