org.tinygroup.weblayer.exceptionhandler.impl
类 WebExceptionHandlerManagerImpl
java.lang.Object
org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl
- 所有已实现的接口:
- WebExceptionHandlerManager
public class WebExceptionHandlerManagerImpl
- extends Object
- implements WebExceptionHandlerManager
功能说明:web异常处理管理接口实现
系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebExceptionHandlerManagerImpl
public WebExceptionHandlerManagerImpl()
addHandler
public void addHandler(String exception,
WebExceptionHandler handler)
throws ClassNotFoundException
- 指定者:
- 接口
WebExceptionHandlerManager 中的 addHandler
- 抛出:
ClassNotFoundException
handler
public boolean handler(Throwable e,
WebContext webContext)
throws IOException,
javax.servlet.ServletException
- 指定者:
- 接口
WebExceptionHandlerManager 中的 handler
- 抛出:
IOException
javax.servlet.ServletException
setDefaultHandler
public void setDefaultHandler(WebExceptionHandler handler)
- 指定者:
- 接口
WebExceptionHandlerManager 中的 setDefaultHandler
Copyright © 2006–2014 开源组织. All rights reserved.