org.tinygroup.exceptionhandler
Interface ExceptionHandlerManager
- All Known Implementing Classes:
- ExceptionHandlerManagerImpl
public interface ExceptionHandlerManager
MANAGER_BEAN
static final String MANAGER_BEAN
- See Also:
- Constant Field Values
addHandler
void addHandler(String throwable,
ExceptionHandler<?> handler)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
handle
boolean handle(Throwable t,
Event event)
handleWithAllHandler
boolean handleWithAllHandler(Throwable t,
Event event)
Copyright © 2006–2015 TinyGroup. All rights reserved.