RFC: make JSExn non fatal and caught by Template.java
Tupshin Harper <[email protected]>
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
Right now, any template that has code that results in a JSExn effectively kills the application. I would like to make JSExn always get caught by Template.java, allow execution to continue, and always generate an appropriate message including the source file and line number. Comments? -Tupshin