Uses of Class
org.semanticweb.owlapi.io.OWLParserException
Packages that use OWLParserException
Package
Description
OBO parser.
Functional syntax parser and renderer.
Ontology parsing and saving classes.
Manchester OWL syntax parser and renderer.
Manchester OWL syntax parser and renderer.
RDF/XML syntax parser and renderer.
-
Uses of OWLParserException in org.obolibrary.oboformat.parser
Subclasses of OWLParserException in org.obolibrary.oboformat.parserModifier and TypeClassDescriptionclass
The Class InvalidXrefMapException.class
The Class OBOFormatDanglingReferenceException.class
The Class OBOFormatException.class
The Class OBOFormatParserException. -
Uses of OWLParserException in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that throw 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) -
Uses of OWLParserException in org.semanticweb.owlapi.manchestersyntax.parser
Subclasses of OWLParserException in org.semanticweb.owlapi.manchestersyntax.parser -
Uses of OWLParserException in org.semanticweb.owlapi.manchestersyntax.renderer
Subclasses of OWLParserException in org.semanticweb.owlapi.manchestersyntax.renderer -
Uses of OWLParserException in org.semanticweb.owlapi.rdf.rdfxml.parser
Subclasses of OWLParserException in org.semanticweb.owlapi.rdf.rdfxml.parserModifier and TypeClassDescriptionclass
The Class OWLRDFXMLParserException.class
The Class OWLRDFXMLParserMalformedNodeException.