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
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


字段摘要
 
从接口 org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager 继承的字段
MANAGER_BEAN
 
构造方法摘要
WebExceptionHandlerManagerImpl()
           
 
方法摘要
 void addHandler(String exception, WebExceptionHandler handler)
           
 boolean handler(Throwable e, WebContext webContext)
           
 void setDefaultHandler(WebExceptionHandler handler)
           
 
从类 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.