org.tinygroup.weblayer.exceptionhandler
public interface WebExceptionHandlerManager
| Modifier and Type | Field and 描述 |
|---|---|
static String |
MANAGER_BEAN |
| Modifier and Type | Method and 描述 |
|---|---|
void |
addHandler(String throwable,
WebExceptionHandler handler) |
boolean |
handler(Throwable t,
WebContext webContext) |
void |
setDefaultHandler(WebExceptionHandler handler) |
void addHandler(String throwable, WebExceptionHandler handler) throws ClassNotFoundException
boolean handler(Throwable t, WebContext webContext) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionvoid setDefaultHandler(WebExceptionHandler handler)
Copyright © 2006–2015 TinyGroup. All rights reserved.