INI file for error handling
To ensure a secure and systematic handling of errors when generated program code is executed, there is a customizable, in-built error handling functionality in LF‑ET. Depending on the configuration, one of three possible error handling procedures is used during program code generation:
1. |
Search for error codes contained directly in the decision table. If there are none,… |
2. |
…search for an error profile LFET.<Programming language>.Error.ini, e.g. for Java: LFET.Java.Error.ini. If no ini file is found, finally… |
3. |
…the default error handling predefined in LF‑ET for the respective programming language is used. |
The variant used is explained in detail in the form of a comment in the generated program code.