@Controller public class NotFoundException extends Object implements org.springframework.boot.web.servlet.error.ErrorController
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
NotFoundException() |
| Modifier and Type | Method and Description |
|---|---|
String |
error(org.springframework.ui.ModelMap map,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getErrorPath() |
public String getErrorPath()
getErrorPath in interface 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.