home *** CD-ROM | disk | FTP | other *** search
- When an exception is re-thrown, flow of control is transferred
- outward. If an enclosing try block exists, it receives control.
- If there is no enclosing try block, control passes to a
- system-defined exception handler terminate(). Exception handlers
- of a try block that contains a rethrow expression are not
- rethrown.
-