@ -96,7 +96,7 @@ public abstract class AbstractPointCollector<T extends AbstractPointInfo> implem
reader.readXMLObject(this);
} catch (FileNotFoundException e) {
// do nothing
} catch (XMLStreamException | IOException e) {
} catch (Exception e) {
FineLoggerFactory.getLogger().error(e.getMessage(), e);
} finally {
try {