Class ProblemExceptionHandler

java.lang.Object
io.github.belgif.rest.problem.spring.ProblemExceptionHandler

@RestControllerAdvice @ConditionalOnWebApplication public class ProblemExceptionHandler extends Object
Exception handler for RestControllers.

Handles the response serialization for Problem exceptions, and converts all other uncaught exceptions to an InternalServerErrorProblem.

  • Constructor Details

    • ProblemExceptionHandler

      public ProblemExceptionHandler()
  • Method Details