| Package | Description |
|---|---|
| org.jrebirth.af.core.exception.handler |
Provides Uncaught Exception Handler depending on thread.
|
| Modifier and Type | Field and Description |
|---|---|
private JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType |
AbstractJrbUncaughtExceptionHandler.uncaughtExceptionHandlerType
The type of UncaughtExceptionHandler.
|
| Modifier and Type | Method and Description |
|---|---|
JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType |
AbstractJrbUncaughtExceptionHandler.getUncaughtExceptionHandlerType()
Gets the uncaught exception handler type.
|
JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType |
JrbUncaughtExceptionHandler.getUncaughtExceptionHandlerType()
Gets the uncaught exception handler type.
|
static JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType |
JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType[] |
JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractJrbUncaughtExceptionHandler(JrbUncaughtExceptionHandler.UncaughtExceptionHandlerType uncaughtExceptionHandlerType)
Instantiates a new abstract jrb uncaught exception handler.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.