i have exposed few java objects to the context, using
ScriptableObject.putProperty(scope, key, Context.javaToJS(obj,
scope));

my question:
when this object throws an exception (lets say MyException) , i am
unable to bobble it properly to the the caller that began the script
evaluation.

MyException is being wrapped with a null pointer exception.

any one knows something about that?

thanks
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to