I have a plugin in which I use Invalid Plugin Execution Exceptions (below) to throw messages
throw new InvalidPluginExecutionException("type whatever you want to be displayed");
However there are two that I need to show to the user, but then the plugin must continue, how can I do this without stopping the plugin completely?