| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLParserIOException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 Describes a parse exception which was caused by an IOException |
class |
OWLParserSAXException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 07-Dec-2009 |
class |
OWLParserURISyntaxException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 07-Dec-2009 |
| Modifier and Type | Method and Description |
|---|---|
Map<OWLParser,OWLParserException> |
UnparsableOntologyException.getExceptions()
Gets a map that lists the parsers (that were used to parse an
ontology) and the errors that they generated.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed
to by the specified document IRI.
|
OWLOntologyFormat |
AbstractOWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
| Constructor and Description |
|---|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions) |
Copyright © 2013 The University of Manchester. All Rights Reserved.