Help on exception handling in VW7.2 headless images
Hi,
I have a headless image that does not behave the same as the headful image with respect to exception handling.
In the headful image an invalid index is referenced on a collection - this hits the method Object >> subscriptBoundsErrorFor: index:. This exception finds the wrapping exception handler I have defined and continues on.
In the headless image, the same invalid index exception ends up hitting Notifier >> openContext: label: proceedable:. This method dumps the stack and kills the current process. It does not utilize the wrapping exception handler as in the headful image.
Can anyone explain please?
Thanks,
Igor
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc