类 GlobalException

java.lang.Object
cn.warpin.core.exception.GlobalException

@RestControllerAdvice @CrossOrigin public class GlobalException extends Object
  • 字段详细资料

  • 构造器详细资料

    • GlobalException

      public GlobalException()
  • 方法详细资料

    • exception

      @ExceptionHandler(ResultException.class) @ResponseBody public Result exception(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.web.method.HandlerMethod o, Exception ex, ResultException resultException)
    • errInfo

      public static String errInfo(Exception e)
      整理出错栈信息
    • emailContent

      public static String emailContent(jakarta.servlet.http.HttpServletRequest request, org.springframework.web.method.HandlerMethod o, Exception ex, String[] customExMsg)
      构造错误信息
    • getUrl

      public static String getUrl(jakarta.servlet.http.HttpServletRequest request)
    • getRequestParams

      public static String getRequestParams(jakarta.servlet.http.HttpServletRequest request)
    • pushFrequency

      public static boolean pushFrequency(Integer seconds)
      参数:
      seconds -