]> source.dussan.org Git - vaadin-framework.git/commitdiff
added declaration that form commit may throw invalid value exception (RTE, but for...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 7 Jan 2011 09:57:22 +0000 (09:57 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 7 Jan 2011 09:57:22 +0000 (09:57 +0000)
svn changeset:16811/svn branch:6.5

src/com/vaadin/ui/Form.java

index de0c6f8acab5b3630073a982b4c5e12306f39b42..96ba2168d5ce65de6cf618ab3fb4fdfbad87b174 100644 (file)
@@ -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<SourceException> problems = null;