14151617181920
* @author Sergio Bossa */ public class ExceptionController extends SimpleFormController { protected Object formBackingObject(HttpServletRequest request) throws Exception { return new NoOpForm(); }