类的使用
cn.taketoday.web.handler.HandlerNotFoundException
使用HandlerNotFoundException的程序包
-
cn.taketoday.web.handler中HandlerNotFoundException的使用
修饰符和类型方法说明protected ResponseEntity<Object>ResponseEntityExceptionHandler.handleHandlerNotFoundException(HandlerNotFoundException ex, HttpHeaders headers, HttpStatusCode status, RequestContext request) Customize the handling ofHandlerNotFoundException.protected ObjectSimpleHandlerExceptionHandler.handleHandlerNotFoundException(HandlerNotFoundException ex, RequestContext request, Object handler) Handle the case where no handler was found during the dispatch.