Subj : How to throw a JavaScript exception using Spidermonkey API?? To : netscape.public.mozilla.jseng From : "Raif" Date : Mon Jan 20 2003 03:33 pm Hello, Can someone help me with this one. When C-world method is called from JavaScript and something goes wrong there, I need to throw an exception back to the JavaScript-world (through Spidermonkey) where the exception can be catched. How do I do that? Is it done somehow with JS_ReportError call? Basically, how can I create JavaScript exception with Spidermonkey? Thanks, Raif .