Uses of Class
org.semanticweb.owlapi.model.OWLException
Packages that use OWLException
Package
Description
Explanation renderers package.
Debugging package.
Ontology parsing and saving classes.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
OWL/XML syntax parser and renderer.
-
Uses of OWLException in com.clarkparsia.owlapi.explanation.io
Methods in com.clarkparsia.owlapi.explanation.io that throw OWLExceptionModifier and TypeMethodDescriptionvoid
ExplanationRenderer.endRendering()
end of rendering.void
Render.void
ExplanationRenderer.startRendering
(Writer writer) Start rendering. -
Uses of OWLException in org.semanticweb.owlapi.debugging
Methods in org.semanticweb.owlapi.debugging that throw OWLExceptionModifier and TypeMethodDescriptionvoid
AbstractOWLDebugger.constructHittingSetTree
(Set<OWLAxiom> mups, Set<Set<OWLAxiom>> allMups, Set<Set<OWLAxiom>> satPaths, Set<OWLAxiom> currentPathContents) This is a recursive method that builds a hitting set tree to obtain all justifications for an unsatisfiable class.AbstractOWLDebugger.getAllSOSForInconsistentClass
(OWLClassExpression cls) OWLDebugger.getAllSOSForInconsistentClass
(OWLClassExpression cls) Get all SOS for inconsistent class.OWLDebugger.getOWLOntology()
Gets the ontology.OWLDebugger.getSOSForInconsistentClass
(OWLClassExpression cls) Gets the SOS for inconsistent class. -
Uses of OWLException in org.semanticweb.owlapi.io
Subclasses of OWLException in org.semanticweb.owlapi.ioModifier and TypeClassDescriptionclass
class
Indicates anIOException
happened during ontology creation.class
class
AnOWLOntologyStorageException
that was caused by anIOException
.class
class
class
A class that describes how ontology parsing failed.Methods in org.semanticweb.owlapi.io that throw OWLExceptionModifier and TypeMethodDescriptionvoid
OWLRenderer.render
(OWLOntology ontology, OutputStream os) Renders the specified ontology to a concrete representation which should be written to the specified output stream. -
Uses of OWLException in org.semanticweb.owlapi.latex.renderer
Subclasses of OWLException in org.semanticweb.owlapi.latex.rendererModifier and TypeClassDescriptionclass
The Class LatexRendererException.class
-
Uses of OWLException in org.semanticweb.owlapi.manchestersyntax.renderer
Subclasses of OWLException in org.semanticweb.owlapi.manchestersyntax.renderer -
Uses of OWLException in org.semanticweb.owlapi.model
Subclasses of OWLException in org.semanticweb.owlapi.modelModifier and TypeClassDescriptionclass
Indicates that an ontology with the given ontology IRI (and possible version IRI) exists.class
An exception which describes an error during the creation of an ontology.class
An exception that describes the situation where there was an attempt to create or load an ontology where the corresponding ontology document IRI already was already mapped to an ontology.class
class
Methods in org.semanticweb.owlapi.model that throw OWLExceptionModifier and TypeMethodDescriptionvoid
EDTChangeBroadcastStrategy.broadcastChanges
(OWLOntologyChangeListener l, List<? extends OWLOntologyChange> changes) void
OWLOntologyChangeBroadcastStrategy.broadcastChanges
(OWLOntologyChangeListener listener, List<? extends OWLOntologyChange> changes) Broadcasts the list of changes to the specified listeners. -
Uses of OWLException in org.semanticweb.owlapi.owlxml.renderer
Subclasses of OWLException in org.semanticweb.owlapi.owlxml.rendererModifier and TypeClassDescriptionclass
The Class OWLXMLOntologyStorageException.