Author: apico
Date: 2012-09-19 20:34:47 -0700 (Wed, 19 Sep 2012)
New Revision: 30420
Modified:
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/xgmml/handler/HandleListAttributeDone.java
Log:
#1466
Modified:
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/xgmml/handler/HandleListAttributeDone.java
===================================================================
---
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/xgmml/handler/HandleListAttributeDone.java
2012-09-20 03:33:57 UTC (rev 30419)
+++
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/xgmml/handler/HandleListAttributeDone.java
2012-09-20 03:34:47 UTC (rev 30420)
@@ -41,7 +41,7 @@
manager.listAttrHolder = null;
}
} catch (Exception e) {
- String err = "XGMML attribute handling error for attribute '" +
manager.currentAttributeID +
+ String err = "XGMML table handling error for column '" +
manager.currentAttributeID +
"' and network '" + manager.getCurrentNetwork() + "':
" + e.getMessage();
throw new SAXException(err);
}
--
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.