Next: Trap Library Reference, Previous: Object Library Reference, Up: Aime Libraries [Index]
The trap library objects export error trapping and related utilities.
See Limiting The Scope Of Errors.
By default, errors in program execution result in the execution termination. More descriptively, errors are propagated from local scope in which they occurred (usually expression scope) to the global scope (the program scope), terminating the scopes in the process. The interfaces exposed by the trap library objects allow containing the errors at function level.