类 ModelAndViewDefiningException

  • 所有已实现的接口:
    Serializable

    public class ModelAndViewDefiningException
    extends ServletException
    Exception to be thrown on error conditions that should forward to a specific view with a specific model.

    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.

    从以下版本开始:
    22.11.2003
    作者:
    Juergen Hoeller
    另请参阅:
    序列化表格
    • 构造器详细资料

      • ModelAndViewDefiningException

        public ModelAndViewDefiningException​(ModelAndView modelAndView)
        Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
        参数:
        modelAndView - ModelAndView with view to forward to and model to expose
    • 方法详细资料