程序包 cool.scx.mvc
接口 ScxHttpRouterExceptionHandler
- 所有已知实现类:
LastExceptionHandler,ScxHttpExceptionHandler
public interface ScxHttpRouterExceptionHandler
路由异常处理器
- 版本:
- 1.11.8
- 作者:
- scx567888
-
方法概要
-
方法详细资料
-
canHandle
判断是否可以处理这个异常- 参数:
throwable- 异常- 返回:
- a
-
handle
将结果处理并返回- 参数:
throwable- acontext- a
-