nonGUIGlobalExceptionHandler

nonGUIGlobalExceptionHandler(e: Exception): Integer;

The nonGUIGlobalExceptionHandler method of the Schema class is the default global exception handler for non-GUI applications.

This method logs exception details from non-GUI application to the exception log file of the current application (for example, MyApp.log), aborts any persistent or transient transaction, and then returns Ex_Abort_Action.

Do not call this method directly, as it is automatically armed by JADE for non-GUI processes.

See also "Handling Exceptions", in Chapter 3 of the JADE Developer’s Reference and the Schema class globalException method and Exception class defaultHandler method.