globalException

globalException(exception: Exception): Integer;

The globalException method of the Schema class is the default global exception handler for GUI applications and passes control to the defaultHandler method on the exception instance; that is, it calls exception.defaultHandler.

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

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