if (storer.canStoreOntology(ontologyFormat)) {
storer.storeOntology(this, ontology, documentTarget, ontologyFormat);
return;
}
}
throw new OWLOntologyStorerNotFoundException(ontologyFormat);
}
catch (IOException e) {
throw new OWLOntologyStorageIOException(e);
}
}