public interface ExceptionHandler extends Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static String |
GRIFFON_EXCEPTION_OUTPUT
"griffon.exception.output"
|
static String |
GRIFFON_FULL_STACKTRACE
"griffon.full.stacktrace"
|
Modifier and Type | Method and Description |
---|---|
void |
handle(Throwable throwable) |
void |
uncaughtException(Thread t,
Throwable e) |
static final String GRIFFON_FULL_STACKTRACE
static final String GRIFFON_EXCEPTION_OUTPUT
void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
void handle(Throwable throwable)