home *** CD-ROM | disk | FTP | other *** search
- The throw expression "y" raises a floating-point exception with
- value 1.0. When the throw point is executed, the flow of control
- is transferred to the inner try block, which has no matching
- handler. The flow of control is then transferred to the outer try
- block. The outer try block's float handler is invoked because the
- exception handler matches the thrown exception.
-