类 LastExceptionHandler
java.lang.Object
cool.scx.mvc.exception_handler.ScxHttpExceptionHandler
cool.scx.mvc.exception_handler.LastExceptionHandler
- 所有已实现的接口:
ScxHttpRouterExceptionHandler
a
- 版本:
- 1.11.8
- 作者:
- scx567888
-
构造器概要
构造器 -
方法概要
从类继承的方法 cool.scx.mvc.exception_handler.ScxHttpExceptionHandler
handleScxHttpException, sendToClient
-
构造器详细资料
-
LastExceptionHandler
public LastExceptionHandler(boolean useDevelopmentErrorPage)
-
-
方法详细资料
-
canHandle
判断是否可以处理这个异常- 指定者:
canHandle在接口中ScxHttpRouterExceptionHandler- 覆盖:
canHandle在类中ScxHttpExceptionHandler- 参数:
throwable- 异常- 返回:
- a
-
handle
将结果处理并返回- 指定者:
handle在接口中ScxHttpRouterExceptionHandler- 覆盖:
handle在类中ScxHttpExceptionHandler- 参数:
throwable- acontext- a
-