Handling Exceptions in an HTML-Enabled Application

The HTML thin client application is armed with a global exception handler. When an unhandled exception occurs:

  1. The error is reported to the HTML thin client user, logged on the JADE client workstation and a message is displayed to inform the JADE client.

  2. The operation is aborted.

  3. The HTML thin client user is returned to the previous valid form.

You can reimplement the Application::createSessionErrorMessage method if you want to display a different session error message on the Web browser when a Web session cannot be created.