catch (TranslatedUnloadableImportException e) {
throw e.getUnloadableImportException();
}
catch (SAXException e) {
// General exception
throw new OWLParserSAXException(e);
} finally {
if (isrc != null && isrc.getByteStream() != null) {
isrc.getByteStream().close();
} else if (isrc != null && isrc.getCharacterStream() != null) {
isrc.getCharacterStream().close();