INI file for error handling

To ensure a secure and systematic handling of errors when ge­ne­ra­ted program code is e­xe­cu­ted, there is a customizable, in-built error handling functionality in LF‑ET. De­pen­ding on the configuration, one of three possible error handling procedures is used du­ring 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 ge­ne­ra­ted program code.