@Controller public class NotFoundException extends Object implements org.springframework.boot.web.servlet.error.ErrorController
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
LOG |
| 构造器和说明 |
|---|
NotFoundException() |
public String getErrorPath()
getErrorPath 在接口中 org.springframework.boot.web.servlet.error.ErrorController@RequestMapping(value="/error") public String error(org.springframework.ui.ModelMap map, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Copyright © 2020. All rights reserved.