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 Type
    Method
    Description
    自定义异常结果
    default int
    顺序 越低越先执行
  • Method Details

    • customExceptionMessage

      String customExceptionMessage(Exception unCatchException)
      自定义异常结果
      Parameters:
      unCatchException - 未捕获的异常
      Returns:
      返回错误信息
    • getOrder

      default int getOrder()
      顺序 越低越先执行
      Specified by:
      getOrder in interface org.springframework.core.Ordered
      Returns: