Figure 158 illustrates the complexity of ILE C/C++ language-specific error handling in comparison to OPM language-specific error handling.
Figure 158. Error Handling for OPM and ILE
For OPM programs, language-specific error handling provides one or more handling routines for each call stack entry. The system calls the appropriate routine when an exception is sent to an OPM program.
For ILE C/C++ programs, language-specific error handling provides the same capabilities, plus additional types of exception handlers. These additional types of handlers allow you to
The additional types of handlers for ILE C/C++ are:
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.