public class ModelAndViewDefiningException extends PortletException
Can be thrown at any time during handler processing. This includes any template methods of pre-built controllers. For example, a form controller might abort to a specific error page if certain parameters do not allow to proceed with the normal workflow.
| Constructor and Description | 
|---|
| ModelAndViewDefiningException(ModelAndView modelAndView)Create new ModelAndViewDefiningException with the given ModelAndView,
 typically representing a specific error page. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelAndView | getModelAndView()Return the ModelAndView that this exception contains for forwarding to. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelAndViewDefiningException(ModelAndView modelAndView)
modelAndView - ModelAndView with view to forward to and model to exposepublic ModelAndView getModelAndView()