// For input/output exceptions, we assume that it means the
// source cannot be read regardless of the parsers, so we stop
// early
// First clean up
manager.removeOntology(ont);
throw new OWLOntologyCreationIOException(e);
} catch (UnloadableImportException e) {
// If an import cannot be located, all parsers will fail. Again,
// terminate early
// First clean up
manager.removeOntology(ont);