Is your feature request related to a problem? Please describe.
Currently, when exceptions are thrown during the course of parsing/executing a command, it is feedback through the command ResultDisplay component. However, there is no way to inform user of exceptions which are thrown in other places e.g. when user interacts with the details pane e.g. opening up a map view in the browser. As a result, exceptions are logged to the console but users remain left in the dark.
Describe the solution you'd like
A popup should appear when a non-command related exception is encountered.
Is your feature request related to a problem? Please describe. Currently, when exceptions are thrown during the course of parsing/executing a command, it is feedback through the command ResultDisplay component. However, there is no way to inform user of exceptions which are thrown in other places e.g. when user interacts with the details pane e.g. opening up a map view in the browser. As a result, exceptions are logged to the console but users remain left in the dark.
Describe the solution you'd like A popup should appear when a non-command related exception is encountered.