| |
Error Handling System
Error handler system consists of three modules:
- The error handler installation module to the project or separate modules.
- Error handler scheme manager. It allows to create different schemes of error handlers and install different types of error handlers to different procedures.
- Modifier's manager. It allows to set separate type of error handler to each procedure.
- Each type of error handler has its own name in the error handler scheme manager.
- This name can be linked to the procedure using modifier.
- Accordingly, when error handler installation manager sees appropriate modifier under the procedure, this appropriate scheme will be applied to this procedure.
|
|