From: Bruno Sinou Date: Tue, 19 Mar 2013 14:41:59 +0000 (+0000) Subject: fix bug 145 ( https://www.argeo.org/bugzilla/show_bug.cgi?id=145 ). X-Git-Tag: argeo-commons-2.1.30~675 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=8c22d7886269ed699336cddfb4783cb786447f00;p=lgpl%2Fargeo-commons.git fix bug 145 ( https://argeo.org/bugzilla/show_bug.cgi?id=145 ). git-svn-id: https://svn.argeo.org/commons/trunk@6168 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/utils/CommandUtils.java b/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/utils/CommandUtils.java index 8b7658626..d150551bb 100644 --- a/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/utils/CommandUtils.java +++ b/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/utils/CommandUtils.java @@ -192,8 +192,8 @@ public class CommandUtils { // execute the command handlerService.executeCommand(pc, null); } catch (Exception e) { - throw new ArgeoException( - "Unexepected exception while opening node editor", e); + throw new ArgeoException("Unexpected error while" + + " calling the command " + commandID, e); } } } \ No newline at end of file