public abstract class AbstractExceptionListenerFactory<T extends AbstractExceptionListener> extends Object
| Constructor and Description |
|---|
AbstractExceptionListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createInstance() |
T |
createInstance(Thread thread) |
Map<Thread,List<Exception>> |
getThreadExceptionsMap() |
Copyright © 2015–2020. All rights reserved.