Handling Faults

The Disabled parameter in the [FaultHandling] section of the JADE initialization file specifies how a fault is handled. If the parameter is set to true, the fault is passed to the system default handler (for example, to Windows error reporting). If the parameter is set to false, the process is terminated after taking a process dump, where possible.

A JADE exception can be raised instead of terminating the process. This option is available for a function in a third-party DLL where any fault that occurred would never imperil the integrity of the executing process (for example, by corrupting memory or data).

For more details, see the Disabled parameter in Chapter 1 of the JADE Initialization File Reference.