Package cool.scx.web.exception_handler
Interface ExceptionHandler
- All Known Implementing Classes:
LastExceptionHandler,ScxHttpExceptionHandler
public interface ExceptionHandler
路由异常处理器
- Version:
- 1.11.8
- Author:
- scx567888
-
Method Summary
-
Method Details
-
canHandle
判断是否可以处理这个异常- Parameters:
throwable- 异常- Returns:
- a
-
handle
将结果处理并返回- Parameters:
throwable- aroutingContext- a
-