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