Class RoutingExceptionsHandler

java.lang.Object
io.github.belgif.rest.problem.spring.AbstractRoutingExceptionsHandler<tools.jackson.databind.exc.MismatchedInputException>
io.github.belgif.rest.problem.spring.RoutingExceptionsHandler

@RestControllerAdvice @ConditionalOnWebApplication @Order(1) public class RoutingExceptionsHandler extends AbstractRoutingExceptionsHandler<tools.jackson.databind.exc.MismatchedInputException>
RestController exception handler for routing-related exceptions.
  • Constructor Details

    • RoutingExceptionsHandler

      public RoutingExceptionsHandler()
  • Method Details