fix bug 145 ( https://www.argeo.org/bugzilla/show_bug.cgi?id=145 ).
authorBruno Sinou <bsinou@argeo.org>
Tue, 19 Mar 2013 14:41:59 +0000 (14:41 +0000)
committerBruno Sinou <bsinou@argeo.org>
Tue, 19 Mar 2013 14:41:59 +0000 (14:41 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@6168 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/utils/CommandUtils.java

index 8b7658626cfd0e60bca77ac99becb92909d1a071..d150551bb67f1ad7cde8da54524142d83a270d6c 100644 (file)
@@ -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