Uses of Class
org.semanticweb.owlapi.io.OWLParserException
Packages that use OWLParserException
-
Uses of OWLParserException in org.semanticweb.owlapi.io
Methods in org.semanticweb.owlapi.io that return types with arguments of type OWLParserExceptionModifier and TypeMethodDescriptionUnparsableOntologyException.getExceptions()
Gets a map that lists the parsers (that were used to parse an ontology) and the errors that they generated.Constructor parameters in org.semanticweb.owlapi.io with type arguments of type OWLParserExceptionModifierConstructorDescriptionUnparsableOntologyException
(IRI documentIRI, Map<OWLParser, OWLParserException> exceptions, OWLOntologyLoaderConfiguration config)