stuckyb / ontopilot

15 stars 2 forks source link

fix error message when merging imports #74

Closed stuckyb closed 7 years ago

stuckyb commented 7 years ago

When merging an import that is already loaded, the OWL API generates an ugly error message on the screen. This is noise, because the exception is properly caught and handled, so it should be eliminated somehow.

stuckyb commented 7 years ago

Fixed. Now the error message will only appear if there is mismatch between an expected ontology IRI and the ontology's IRI declaration.