From 8b1bfd59924ab68fb951136f7cb68a3b3005cc1c Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 7 Jan 2011 09:57:22 +0000 Subject: [PATCH] added declaration that form commit may throw invalid value exception (RTE, but for documentation purposes like in the super type) svn changeset:16811/svn branch:6.5 --- src/com/vaadin/ui/Form.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/Form.java b/src/com/vaadin/ui/Form.java index de0c6f8aca..96ba2168d5 100644 --- a/src/com/vaadin/ui/Form.java +++ b/src/com/vaadin/ui/Form.java @@ -300,7 +300,7 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item, * use the default one from the interface. */ @Override - public void commit() throws Buffered.SourceException { + public void commit() throws Buffered.SourceException, InvalidValueException { LinkedList problems = null; -- 2.39.5