From 8c22d7886269ed699336cddfb4783cb786447f00 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Tue, 19 Mar 2013 14:41:59 +0000 Subject: [PATCH] fix bug 145 ( https://www.argeo.org/bugzilla/show_bug.cgi?id=145 ). git-svn-id: https://svn.argeo.org/commons/trunk@6168 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../main/java/org/argeo/eclipse/ui/utils/CommandUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2