Package org.semanticweb.owlapi.io
Class RDFResourceParseError
java.lang.Object
org.semanticweb.owlapi.io.RDFResourceParseError
- All Implemented Interfaces:
Serializable
Describes why an RDF resource could not be parsed into an
When these errors occur, the RDF parser generates an
OWLObject
.
For example, why an RDF resource could not be parsed into an
OWLClassExpression
. When these errors occur, the RDF parser generates an
OWLEntity
that
represents the error and inserts this where appropriate into the
corresponding complete OWLObject (OWLAxiom) that could not be parsed.- Since:
- 3.2
- Author:
- Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRDFResourceParseError
(OWLEntity parserGeneratedErrorEntity, RDFNode mainNode, Set<RDFTriple> mainNodeTriples) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Method Details
-
getParserGeneratedErrorEntity
- Returns:
- the error entity
-
getMainNode
- Returns:
- the main node
-
getMainNodeTriples
- Returns:
- the main node triples
-