I'm using the VirtualTree widget with a JSON store and data binding. The bind
method of the JSON store throws an qx.core.AssertionError in case of any
problems with the source and target properties. I want to catch that error
but I don't know how and where...

I'm doing something like this:

try {

   jsonStore.bind(sourcePropertyChain, targetObject, targetProperty);

} catch (e)

   alert("Error...")

}

But that doesn't seem to work. What is the right way and the right place to
catch that error?



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Catch-qx-core-AssertionError-tp7583114.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to