Interface ExceptionHandlerService
-
public interface ExceptionHandlerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<org.zalando.problem.ThrowableProblem>manageException(Throwable throwable)voidmanageException(Throwable throwable, javax.servlet.http.HttpServletResponse response)
-