2003/12/17 04:13:27
[org.ibex.core.git] / src / org / xwt / XWT.java
index 3f4cc54..fe306af 100644 (file)
@@ -178,6 +178,8 @@ public final class XWT extends JS {
                     break;
             }
         } catch (RuntimeException e) {
+            // FIXME: maybe JSExn should take a second argument, Exception
+            Log.log(this, "xwt."+name+"() threw: "+e);
             throw new JSExn("invalid argument for xwt object method "+name+"()");
         }