[Swift-commit] r2354 - trunk/src/org/griphyn/vdl/karajan/lib
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Dec 1 21:22:01 CST 2008
Author: benc
Date: 2008-12-01 21:22:00 -0600 (Mon, 01 Dec 2008)
New Revision: 2354
Modified:
trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
Log:
descriptive text for ExecutionExceptions
Modified: trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2008-12-02 03:08:32 UTC (rev 2353)
+++ trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2008-12-02 03:22:00 UTC (rev 2354)
@@ -418,7 +418,7 @@
}
}
catch (HandleOpenException e) {
- throw new ExecutionException(e);
+ throw new ExecutionException("Handle open in closeChildren",e);
}
if (!closed) {
@@ -463,7 +463,7 @@
}
}
catch (HandleOpenException e) {
- throw new ExecutionException(e);
+ throw new ExecutionException("HandleOpen during closeDeep",e);
}
markToRoot(stack, handle);
}
More information about the Swift-commit
mailing list