[Next] [Up]

Exception Handling

This section deals with statements that allow the normal sequence of a program to be interrupted at points other than those at which an explicit control structure is present, if a condition should become present during the execution of statements which do not themselves test for that condition.


[Next] [Up]