Dear Developer team,
we wonder, how to offer thrown exceptions during installation/de-installation (see ProjectApp interface methods below) in FirstSpirit "Server- and project administration" GUI:
- public void installed()
- public void uninstalling()
Due to the upper interface methods, the occurred exceptions are not being passed to upper layers and shown in the GUI.
The only thing, that could be done is creating an exception type of "java.lang.RuntimeException" that need not to be catched. But it will not be shown by the FirstSpirit framework
Maybe, you know how to fulfil that?
Help is appreciated
Kind regards,
Holger King