]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #4649
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 6 May 2010 15:27:03 +0000 (15:27 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 6 May 2010 15:27:03 +0000 (15:27 +0000)
svn changeset:13073/svn branch:6.3

src/com/vaadin/data/Property.java

index ab69411885f6f778bf0356811e95419a75d7caec..5c1347bfa884659ba8945803484a810bdcb18d15 100644 (file)
@@ -187,7 +187,7 @@ public interface Property extends Serializable {
          *            The cause of the the conversion failure
          */
         public ConversionException(Throwable cause) {
-            super(cause.toString());
+            super(cause);
         }
     }