Class WingsExceptionResolver

  • All Implemented Interfaces:
    org.springframework.core.Ordered , org.springframework.web.servlet.HandlerExceptionResolver

    
    public abstract class WingsExceptionResolver<T extends Exception>
     implements HandlerExceptionResolver, Ordered
                        
    Since:

    2021-03-25

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getOrder()
      void setOrder(int order)
      ModelAndView resolveException(@NotNull() HttpServletRequest request, @NotNull() HttpServletResponse response, @Nullable() Object handler, @NotNull() Exception ex)
      Class<out Object> getAcceptClass()
      • Methods inherited from class org.springframework.core.Ordered

        getOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait