[Swift-commit] r6021 - trunk/src/org/griphyn/vdl/mapping

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Nov 9 23:34:58 CST 2012


Author: hategan
Date: 2012-11-09 23:34:58 -0600 (Fri, 09 Nov 2012)
New Revision: 6021

Modified:
   trunk/src/org/griphyn/vdl/mapping/DataDependentException.java
Log:
better error message for dependent exceptions

Modified: trunk/src/org/griphyn/vdl/mapping/DataDependentException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/DataDependentException.java	2012-11-10 05:33:48 UTC (rev 6020)
+++ trunk/src/org/griphyn/vdl/mapping/DataDependentException.java	2012-11-10 05:34:58 UTC (rev 6021)
@@ -35,7 +35,7 @@
 	}
 
 	public String getMessage() {
-		return getHandle() + " not derived due to errors in data dependencies";
+		return getVariableName() + " not derived due to errors in data dependencies";
 	}
 
 }




More information about the Swift-commit mailing list