Author: mes
Date: 2010-10-04 14:10:13 -0700 (Mon, 04 Oct 2010)
New Revision: 22139

Modified:
   
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginProperties.java
Log:
better error message

Modified: 
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginProperties.java
===================================================================
--- 
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginProperties.java
    2010-10-04 19:25:15 UTC (rev 22138)
+++ 
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginProperties.java
    2010-10-04 21:10:13 UTC (rev 22139)
@@ -96,8 +96,8 @@
                                Msg = "0 bytes in input stream";
                        }
        
-                       IOException Error = new IOException("Unable to load "
-                                       + configFileName + ". " + Msg);
+                       IOException Error = new IOException("Unable to load " + 
packageName 
+                                       + "/" + configFileName + ". " + Msg);
                        throw Error;
                } else {
                        load(is);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to