JsObject module0 = modules.get(0);
console.log("first module title is "+module0.objGetString("title"));
}
};
YQLParams yqlParams2 = YQLParams.create().env("http://datatables.org/alltables.env");
yqlParams2.format("json");
YQL yql2 = Y.newYQL(query2, yqlCallback2, yqlParams2);
/* handle an yql request that gives error */
YQL yql3 = Y.newYQL("select * from weather.nonexist123 where nonexists=90210", new YQLCallback() {