public interface WebExceptionHandlerManager
开发人员: renhui
开发时间: 2013-9-22
Modifier and Type | Field and Description |
---|---|
static String |
MANAGER_BEAN |
Modifier and Type | Method and Description |
---|---|
void |
addHandler(String throwable,
WebExceptionHandler handler) |
boolean |
handler(Throwable t,
WebContext webContext) |
void |
setDefaultHandler(WebExceptionHandler handler) |
static final String MANAGER_BEAN
void addHandler(String throwable, WebExceptionHandler handler) throws ClassNotFoundException
ClassNotFoundException
boolean handler(Throwable t, WebContext webContext) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
void setDefaultHandler(WebExceptionHandler handler)
Copyright © 2006–2018 TinyGroup. All rights reserved.