Community
Participate
Working Groups
Excetion handling is already implemented, however, we need to support for declaring exceptions and then verify with execution of fvt.basestatements.TestExceptionHandlingLib.egl.
Updated the runtime.... After talking with Matt and Joe, we concluded the best way to restore the JS RT exceptions -- which recently have essentially been commented out and replaced with a single generic exception string -- was to restore the old egl.createRuntimeException logic but change it to instantiate an AnyException. This is consistent with the EDT design of using AnyException to cover all generic runtime exceptions (however, I did add into Runtime.js a commented-out declaration of a new version of the RuntimeException appropriately derived from AnyException).
Regarding previous comment, I also updated the deployment generator to include the "new" RuntimeException.js file.
Verified.
Closing this work item