240241242243244245246247248249
} } } catch (XMLStreamException e) { swc.addProblem(new FileInLibraryIOProblem(SWCReader.CATALOG_XML, containingSWCFile, e.getLocalizedMessage())); } }
104105106107108109110111112113114
catalogReader.close(); catalogReader = null; } catch (Exception e) { swc.addProblem(new FileInLibraryIOProblem(CATALOG_XML, swcFile.getAbsolutePath(), e.getLocalizedMessage())); return; }