[Mobies-commit] [commit] r4102 - UDM/trunk/src/UML GME/Interpreter
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 12 16:38:58 CDT 2012
Author: ksmyth
Date: Wed Sep 12 16:38:55 2012
New Revision: 4102
Log:
Better error message
Modified:
UDM/trunk/src/UML GME/Interpreter/BONComponent.cpp
Modified: UDM/trunk/src/UML GME/Interpreter/BONComponent.cpp
==============================================================================
--- UDM/trunk/src/UML GME/Interpreter/BONComponent.cpp Wed Sep 5 13:32:55 2012 (r4101)
+++ UDM/trunk/src/UML GME/Interpreter/BONComponent.cpp Wed Sep 12 16:38:55 2012 (r4102)
@@ -171,7 +171,7 @@
GatherPackageFolders(root, *packages);
if(packages->GetCount() == 0)
- { throw int_exception("Uml2Xml Error: There are no class diagrams in the project. No output will be generated");
+ { throw int_exception("Uml2Xml Error: There are no Class Diagrams inside of Packages in the project. No output will be generated");
}
if(packages->GetCount() == 1)
More information about the Mobies-commit
mailing list