fix bug 145 ( https://www.argeo.org/bugzilla/show_bug.cgi?id=145 ).
[lgpl/argeo-commons.git] / 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