Interface ExceptionHandler
- All Known Implementing Classes:
LastExceptionHandler,ScxHttpExceptionHandler
public interface ExceptionHandler
路由异常处理器
- Version:
- 1.11.8
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptionboolean判断是否可以处理这个异常voidhandle(Throwable throwable, RoutingContext routingContext) 将结果处理并返回
-
Method Details
-
canHandle
-
handle
将结果处理并返回- Parameters:
throwable- aroutingContext- a
-