public abstract class AbstractJrbUncaughtExceptionHandler extends Object implements JrbUncaughtExceptionHandler, HandlerMessages
JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType| Modifier and Type | Field and Description |
|---|---|
private static JRLogger |
LOGGER
The class logger.
|
private JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType |
uncaughtExceptionHandlerType
The type of UncaughtExceptionHandler.
|
UNCAUGHT_EXCEPTION, UNKNOWN_UNCAUGHT_EXCEPTION| Constructor and Description |
|---|
AbstractJrbUncaughtExceptionHandler(JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType uncaughtExceptionHandlerType)
Instantiates a new abstract jrb uncaught exception handler.
|
| Modifier and Type | Method and Description |
|---|---|
JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType |
getUncaughtExceptionHandlerType()
Gets the uncaught exception handler type.
|
void |
uncaughtException(Thread t,
Throwable e) |
private static final JRLogger LOGGER
private final JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType uncaughtExceptionHandlerType
public AbstractJrbUncaughtExceptionHandler(JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType uncaughtExceptionHandlerType)
uncaughtExceptionHandlerType - the type of handlerpublic JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType getUncaughtExceptionHandlerType()
getUncaughtExceptionHandlerType in interface JrbUncaughtExceptionHandlerpublic void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2011–2014 JRebirth OSS. All rights reserved.