From d9fef552c8cefefbc87859e745079f368f6dfc8a Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 22 Sep 2010 13:19:01 +0000 Subject: [PATCH] improving #5613, full error - not just message svn changeset:15133/svn branch:6.4 --- .../vaadin/terminal/gwt/client/ApplicationConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java index 37b62a447a..eccd925457 100644 --- a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java +++ b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java @@ -398,7 +398,7 @@ public class ApplicationConfiguration implements EntryPoint { * exceptions. "a1 is not an object" style errors helps nobody, * especially end user. It does not work tells just as much. */ - VConsole.getImplementation().error(e.getMessage()); + VConsole.getImplementation().error(e); } }); -- 2.39.5