ThesaHelp: references g-h
ThesaHelp: ACM references f-l
Topic: exception handling by recovery block or rescue clause
Group: exception handling
Topic: exception handling by termination
Topic: default exception handler
Topic: exception handling with resumption
| |
Reference
Hull, T.E., Cohen, M.S., Sawchuk, J.T.M., Wortman, D.B.,
"Exception handling in scientific computing",
ACM Transactions in Mathematical Software, 15, 3, September 1988, pp. 201-217.
Google
Notes
about Numerical Turing and U. Toronto
Quotations
202 ;;Quote: Numerical Turing attaches exception handling to operators; modifies its definition; can use names like 'overflow'
| 204 ;;Quote: an unhandled exception raises a 'failure' exception that is either handled or generates trace-back information
| 206 ;;Quote: in Numerical Turing attach an exception handler by appending '@handlerId' to an operator
| 207 ;;Quote: an exception handler has the same scope as the operator it is attached to; acts like textual substitution, e.g., 'return'
| 207 ;;Quote: exception handlers can invoke 'nextstatement' to skip a statement and 'substitute' to resume execution with some value
|
Related Topics
ThesaHelp: references g-h (299 items)
ThesaHelp: ACM references f-l (241 items)
Topic: exception handling by recovery block or rescue clause (22 items)
Group: exception handling (12 topics, 305 quotes)
Topic: exception handling by termination (16 items)
Topic: default exception handler (3 items)
Topic: exception handling with resumption (31 items)
|