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 "