SimSystem
.report(
Level.WARNING,
"Error reading plugin XML (might be ok if the loaded XML file is not a James II Plugin - XML File) --> "
+ fileName, e);
throw new PluginLoadException(e);
} catch (SAXException | IOException e) {
SimSystem.report(Level.SEVERE, "Error (" + e.getMessage()
+ ") reading plug-in type description file: " + fileName
+ " !Ignoring the error!", e);
}