org.tinygroup.exceptionhandler
public interface ExceptionHandlerManager
| Modifier and Type | Field and 描述 |
|---|---|
static String |
MANAGER_BEAN |
| Modifier and Type | Method and 描述 |
|---|---|
void |
addHandler(String throwable,
ExceptionHandler<?> handler) |
boolean |
handle(Throwable t,
Event event) |
boolean |
handleWithAllHandler(Throwable t,
Event event) |
void addHandler(String throwable, ExceptionHandler<?> handler) throws ClassNotFoundException
Copyright © 2006–2015 TinyGroup. All rights reserved.