cn.dreampie.route.holder
类 DefaultExceptionHolder

java.lang.Object
  继承者 cn.dreampie.route.holder.ExceptionHolder
      继承者 cn.dreampie.route.holder.DefaultExceptionHolder

public class DefaultExceptionHolder
extends ExceptionHolder

Created by Dreampie on 15/4/27.


字段摘要
 
从类 cn.dreampie.route.holder.ExceptionHolder 继承的字段
HOLDER
 
构造方法摘要
DefaultExceptionHolder()
           
 
方法摘要
 void hold(HttpRequest request, HttpResponse response, Exception exception, boolean[] isHandled)
          处理异常
 
从类 cn.dreampie.route.holder.ExceptionHolder 继承的方法
addFoward, addRedirect, go, setDefaultForward, setDefaultRedirect
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DefaultExceptionHolder

public DefaultExceptionHolder()
方法详细信息

hold

public void hold(HttpRequest request,
                 HttpResponse response,
                 Exception exception,
                 boolean[] isHandled)
从类 ExceptionHolder 复制的描述
处理异常

指定者:
ExceptionHolder 中的 hold


Copyright © 2015. All rights reserved.