[Swift-commit] r2711 - trunk/src/org/griphyn/vdl/mapping
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Mar 20 14:38:25 CDT 2009
Author: benc
Date: 2009-03-20 14:38:24 -0500 (Fri, 20 Mar 2009)
New Revision: 2711
Modified:
trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
Log:
Rephrase exception message, though its still a bit confusing as it generally
means some internal inconsistency within Swift rather than being a user error.
Modified: trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/RootDataNode.java 2009-03-20 09:41:59 UTC (rev 2710)
+++ trunk/src/org/griphyn/vdl/mapping/RootDataNode.java 2009-03-20 19:38:24 UTC (rev 2711)
@@ -154,8 +154,8 @@
}
catch (HandleOpenException e) {
// TODO init() should throw some checked exception
- throw new RuntimeException("Data set initialization failed for " + handle
- + ". It should have been closed.", e);
+ throw new RuntimeException("Mapper consistency check failed for " + handle
+ + ". A HandleOpenException was thrown during consistency checking for "+e.getSource(), e);
}
catch (InvalidPathException e) {
e.printStackTrace();
More information about the Swift-commit
mailing list