public interface ErrorController
@Controller
is used to
render errors.String getErrorPath()
Map<String,Object> extract(RequestAttributes attributes, boolean trace)
attributes
- the request attributestrace
- flag to indicate that stack trace information should be includedCopyright © 2014. All rights reserved.