@ControllerAdvice public class GlobalControllerExceptionHandler extends Object
| Constructor and Description |
|---|
GlobalControllerExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
defaultErrorHandler(javax.servlet.http.HttpServletRequest req,
Exception e) |
@ExceptionHandler(value=java.lang.Exception.class) public org.springframework.web.servlet.ModelAndView defaultErrorHandler(javax.servlet.http.HttpServletRequest req, Exception e)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.