Interface ExcelUtilsExceptionHandler
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
GlobalExceptionMsgManager.DirectMessageExceptionHandler
public interface ExcelUtilsExceptionHandler
extends org.springframework.core.Ordered
异常处理器
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptioncustomExceptionMessage(Exception unCatchException) 自定义异常结果default intgetOrder()顺序 越低越先执行
-
Method Details
-
customExceptionMessage
自定义异常结果- Parameters:
unCatchException- 未捕获的异常- Returns:
- 返回错误信息
-
getOrder
default int getOrder()顺序 越低越先执行- Specified by:
getOrderin interfaceorg.springframework.core.Ordered- Returns:
-