[Swift-commit] r2530 - trunk/src/org/griphyn/vdl/karajan/lib

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 12 09:51:58 CST 2009


Author: benc
Date: 2009-02-12 09:51:57 -0600 (Thu, 12 Feb 2009)
New Revision: 2530

Modified:
   trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java
Log:
more useful exception message in unimplemented code exception

Modified: trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java	2009-02-12 13:23:15 UTC (rev 2529)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java	2009-02-12 15:51:57 UTC (rev 2530)
@@ -80,7 +80,7 @@
 			closeShallow(stack, dest);
 		} else {
 			// TODO implement this
-			throw new RuntimeException("Deep non-array structure copying not implemented");
+			throw new RuntimeException("Deep non-array structure copying not implemented, when trying to copy "+source);
 		}
 	}
 




More information about the Swift-commit mailing list