Uses of Class
org.apache.jena.ontapi.OntJenaException
Packages that use OntJenaException
Package
Description
-
Uses of OntJenaException in org.apache.jena.ontapi
Subclasses of OntJenaException in org.apache.jena.ontapiModifier and TypeClassDescriptionstatic class
Exception that is thrown when an ontology resource is converted to another facet, usually usingas()
, and the requested conversion is not possible.static class
Exception, which may happen while creation of ont-object.static class
A Jena exception that indicates wrong input.static class
An exception to indicate that a feature is not supported right now or by design for current conditions.static class
A Jena exception that indicates that Jena-object state is broken, which may happen in multithreading or in other uncommon situations.static class
An exception that is thrown if a recursion is found in the graph.static class
Exception that is raised when an ontology operation is attempted that is not present in the configuration (e.g. language profile) for the current ontology model. -
Uses of OntJenaException in org.apache.jena.ontapi.common
Methods in org.apache.jena.ontapi.common that throw OntJenaExceptionModifier and TypeMethodDescriptionstatic org.apache.jena.enhanced.Implementation
EnhNodeFactory.asJenaImplementation
(EnhNodeFactory f) Represents the given implementation factory asJena Implementation Factory
.static org.apache.jena.enhanced.Personality<org.apache.jena.rdf.model.RDFNode>
OntPersonality.asJenaPersonality
(OntPersonality p) Represents the givenOntPersonality
configuration as aJena Personality
with a generic typeRDFNode
.static OntEnhGraph
OntEnhGraph.asPersonalityModel
(org.apache.jena.enhanced.EnhGraph graph) Represents the givenEnhGraph
as aOntEnhGraph
.static OntEnhGraph
OntEnhGraph.asPersonalityModel
(OntModel graph) Represents the givenOnt[Graph]Model
as aOntEnhGraph
.Set<org.apache.jena.graph.Node>
Returns aSet
ofJena Graph Node
s for the givenClass
-type.WrappedEnhNodeFactory.getDelegate
(org.apache.jena.enhanced.EnhGraph g) Finds and returns theEnhNodeFactory
instance for the encapsulatedobject
type. -
Uses of OntJenaException in org.apache.jena.ontapi.impl.objects
Methods in org.apache.jena.ontapi.impl.objects that throw OntJenaException -
Uses of OntJenaException in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that throw OntJenaExceptionModifier and TypeMethodDescriptionAdds the triplethis owl:import uri
to this resource.Adds a sub-model both to theowl:import
section and to the graph hierarchy.OntStatement.deleteAnnotation
(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Deletes the child annotation if present.OntIndividual.Anonymous.detachClass
(org.apache.jena.rdf.model.Resource clazz) Removes a class assertion statement for the given class.OntList.get
(int index) Answers the list that is the tail of this list starting from the given position.OntObjectProperty.removePropertyChain
(org.apache.jena.rdf.model.Resource list) Deletes the given property chain list including all its annotations.OntID.setVersionIRI
(String uri) Assigns a new version IRI to this Ontology ID object.