类的使用
cn.taketoday.web.bind.MissingRequestParameterException
-
cn.taketoday.web.handler中MissingRequestParameterException的使用
修饰符和类型方法说明protected ResponseEntity<Object>ResponseEntityExceptionHandler.handleMissingRequestParameter(MissingRequestParameterException ex, HttpHeaders headers, HttpStatusCode status, RequestContext request) Customize the handling ofMissingRequestParameterException.protected ObjectSimpleHandlerExceptionHandler.handleMissingServletRequestParameter(MissingRequestParameterException ex, RequestContext request, Object handler) Handle the case when a required parameter is missing.