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