Topic: exception handling by try..catch
Group: exception handling
| |
Quotation Skeleton
The execution that changes control flow due to … With multiple executions, it is possible to have … [e.g. one program signaling another program]. Propagating an exception directs the control flow of the faulting … is said to have caught the event when … It is possible that another exception is raised … handler returns. Unlike returning from a routine,[the handler may goto a nonlocal label, terminate intervening blocks, retry the failed operation, or resume execution after fixing the error.]
Google-1
Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: an exception handler catches the event and either raises an exception or handles the event
| Quote: an exception handler may goto a nonlocal label, terminate intervening blocks, retry, or resume
|
Related Topics
Topic: exception handling by try..catch (45 items)
Group: exception handling (12 topics, 305 quotes)
|