X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FJS.java;h=de60d0c2797777f81e285441567522256c1fa949;hb=2532e32f07910e63b366ac8e02e897e5314be72c;hp=9aa5606455c3e24c20597359e6769ef766a30d41;hpb=b4cbe7980419f21ef890b407e6d7e6e8026ca71e;p=org.ibex.core.git diff --git a/src/org/ibex/js/JS.java b/src/org/ibex/js/JS.java index 9aa5606..de60d0c 100644 --- a/src/org/ibex/js/JS.java +++ b/src/org/ibex/js/JS.java @@ -132,7 +132,7 @@ public class JS extends org.ibex.util.BalancedTree { if((int)d == d) return Integer.toString((int)d); return o.toString(); } - throw new RuntimeException("can't coerce "+o+" [" + o.getClass().getName() + "]"); + throw new RuntimeException("can't coerce "+o+" [" + o.getClass().getName() + "] to type String."); } // Instance Methods ////////////////////////////////////////////////////////////////////