} catch (IOException e) {
// ignore
}
}
} catch (IOException e) {
SidefileLoadException sfe = new SidefileLoadException(e.getMessage());
sfe.setResourceURI(componentTypeFile.toString());
throw sfe;
} catch (XMLStreamException e) {
SidefileLoadException sfe = new SidefileLoadException(e.getMessage());
sfe.setResourceURI(componentTypeFile.toString());
throw sfe;
} catch (ConfigurationLoadException e) {
SidefileLoadException sfe = new SidefileLoadException(e.getMessage());
sfe.setResourceURI(componentTypeFile.toString());
throw sfe;
}
}