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