Uses of Interface
org.apache.jena.ontology.OntDocumentManager.ReadFailureHandler
Packages that use OntDocumentManager.ReadFailureHandler
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
-
Uses of OntDocumentManager.ReadFailureHandler in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return OntDocumentManager.ReadFailureHandlerModifier and TypeMethodDescriptionOntDocumentManager.getReadFailureHandler()Answer the handler object that handles failed document read attempts, or null if not defined.Methods in org.apache.jena.ontology with parameters of type OntDocumentManager.ReadFailureHandlerModifier and TypeMethodDescriptionvoidOntDocumentManager.setReadFailureHandler(OntDocumentManager.ReadFailureHandler rfHandler) Set the handler for read failures, overwriting any existing value.