Uses of Class
org.semanticweb.owl.model.OWLOntologyCreationException

Packages that use OWLOntologyCreationException
de.uulm.ecs.ai.owl.krssparser   
org.coode.manchesterowlsyntax   
org.coode.obo.parser   
org.coode.owl.functionalparser   
org.coode.owl.krssparser   
org.coode.owl.owlxmlparser   
org.coode.owl.rdfxml.parser   
org.semanticweb.owl.io   
org.semanticweb.owl.model   
org.semanticweb.owl.modularity   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.modularity   
uk.ac.manchester.cs.owl.turtle.parser   
 

Uses of OWLOntologyCreationException in de.uulm.ecs.ai.owl.krssparser
 

Subclasses of OWLOntologyCreationException in de.uulm.ecs.ai.owl.krssparser
 class KRSS2OWLParserException
           
 

Uses of OWLOntologyCreationException in org.coode.manchesterowlsyntax
 

Subclasses of OWLOntologyCreationException in org.coode.manchesterowlsyntax
 class ManchesterOWLSyntaxParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Nov-2007

 

Methods in org.coode.manchesterowlsyntax that throw OWLOntologyCreationException
 void ManchesterOWLSyntaxEditorParser.parseOntology(OWLOntologyManager manager, OWLOntology ont)
           
 

Uses of OWLOntologyCreationException in org.coode.obo.parser
 

Subclasses of OWLOntologyCreationException in org.coode.obo.parser
 class OBOParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 

Uses of OWLOntologyCreationException in org.coode.owl.functionalparser
 

Subclasses of OWLOntologyCreationException in org.coode.owl.functionalparser
 class OWLFunctionalSyntaxParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 

Methods in org.coode.owl.functionalparser that throw OWLOntologyCreationException
 void OWLFunctionalSyntaxParser.Ontology()
           
 void OWLFunctionalSyntaxParser.parse()
           
 OWLOntologyFormat OWLFunctionalSyntaxOWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyCreationException in org.coode.owl.krssparser
 

Subclasses of OWLOntologyCreationException in org.coode.owl.krssparser
 class KRSSOWLParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 

Uses of OWLOntologyCreationException in org.coode.owl.owlxmlparser
 

Subclasses of OWLOntologyCreationException in org.coode.owl.owlxmlparser
 class OWLXMLParserAttributeNotFoundException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserConfigurationException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserElementNotFoundException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserSAXException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserUnexpectedAttributeException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserUnexpectedElementException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLXMLParserUnknownElementType
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 

Uses of OWLOntologyCreationException in org.coode.owl.rdfxml.parser
 

Subclasses of OWLOntologyCreationException in org.coode.owl.rdfxml.parser
 class MalformedDescriptionException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 class OWLRDFParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLRDFXMLParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLRDFXMLParserMalformedNodeException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 class OWLRDFXMLParserSAXException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 

Uses of OWLOntologyCreationException in org.semanticweb.owl.io
 

Subclasses of OWLOntologyCreationException in org.semanticweb.owl.io
 class OWLOntologyCreationIOException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Apr-2008

 class OWLParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 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 PhysicalURIMappingNotFoundException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Apr-2008

 class UnparsableOntologyException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Apr-2008

Base class for providing details of error messages during the parsing of ontologies.
 

Methods in org.semanticweb.owl.io that throw OWLOntologyCreationException
 OWLOntologyFormat OWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
          Parses the ontology that has a concrete representation which is pointed to by the specified input source.
 OWLOntologyFormat OWLParser.parse(java.net.URI physicalURI, OWLOntology ontology)
          Parses the ontology that has a concrete representation which is pointed to by the specified physical URI.
 OWLOntologyFormat AbstractOWLParser.parse(java.net.URI physicalURI, OWLOntology ontology)
           
 

Uses of OWLOntologyCreationException in org.semanticweb.owl.model
 

Subclasses of OWLOntologyCreationException in org.semanticweb.owl.model
 class OWLOntologyFactoryNotFoundException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

 

Methods in org.semanticweb.owl.model that return OWLOntologyCreationException
 OWLOntologyCreationException MissingImportEvent.getCreationException()
           
 OWLOntologyCreationException OWLOntologyLoaderListener.LoadingFinishedEvent.getException()
          If the ontology was not loaded successfully then this method can be used to access the exception that describes why the ontology was not loaded successfully.
 

Methods in org.semanticweb.owl.model that throw OWLOntologyCreationException
 OWLOntology OWLOntologyManager.createOntology(java.util.Set<OWLAxiom> axioms)
          Creates a new ontology that is initialised to contain specific axioms.
 OWLOntology OWLOntologyManager.createOntology(java.util.Set<OWLAxiom> axioms, java.net.URI ontologyURI)
          Creates a new ontology that has the specified ontology URI and is initialised to contain specific axioms.
 OWLOntology OWLOntologyManager.createOntology(java.net.URI ontologyURI)
          Creates a new (empty) ontology that has the specified ontology URI.
 OWLOntology OWLOntologyManager.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies)
          Creates a new ontology that has the specified ontology URI and is initialised to contain the axioms that are contained in the specified ontologies.
 OWLOntology OWLOntologyManager.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies, boolean copyLogicalAxiomsOnly)
          Creates a new ontology that has the specified ontology URI and is initialised to contain the axioms that are contained in the specified ontologies.
 OWLOntology OWLOntologyFactory.createOWLOntology(java.net.URI ontologyURI, java.net.URI physicalURI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates an (empty) ontology.
 OWLOntology OWLOntologyManager.loadOntology(OWLOntologyInputSource inputSource)
          A convenience method that load an ontology from an input source.
 OWLOntology OWLOntologyManager.loadOntology(java.net.URI ontologyURI)
          Loads the ontology specified by the ontologyURI parameter.
 OWLOntology OWLOntologyManager.loadOntologyFromPhysicalURI(java.net.URI uri)
          A convenience method that loads an ontology from a physical URI.
 OWLOntology OWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates and loads an OWLOntology.
 void OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration)
          Requests that the manager loads an imported ontology that is described by an imports statement.
 OWLOntology OWLOntologyManager.reloadOntology(java.net.URI ontologyURI)
          Reloads an ontology that is already managed by this manager.
 

Constructors in org.semanticweb.owl.model with parameters of type OWLOntologyCreationException
MissingImportEvent(java.net.URI ontologyURI, OWLOntologyCreationException creationException)
           
OWLOntologyLoaderListener.LoadingFinishedEvent(java.net.URI ontologyURI, java.net.URI physicalURI, boolean imported, OWLOntologyCreationException ex)
           
 

Uses of OWLOntologyCreationException in org.semanticweb.owl.modularity
 

Methods in org.semanticweb.owl.modularity that throw OWLOntologyCreationException
 OWLOntology OntologySegmenter.extractAsOntology(java.util.Set<OWLEntity> signature, java.net.URI uri)
          Returns an ontology that is a segment of the ontology associated with this segmenter.
 

Uses of OWLOntologyCreationException in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that throw OWLOntologyCreationException
 OWLOntology OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager, java.net.URI ontologyURI)
           
 

Uses of OWLOntologyCreationException in uk.ac.manchester.cs.owl
 

Methods in uk.ac.manchester.cs.owl that throw OWLOntologyCreationException
 OWLOntology OWLOntologyManagerImpl.createOntology(java.util.Set<OWLAxiom> axioms)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.util.Set<OWLAxiom> axioms, java.net.URI ontologyURI)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.net.URI ontologyURI)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies, boolean copyLogicalAxiomsOnly)
           
 OWLOntology EmptyInMemOWLOntologyFactory.createOWLOntology(java.net.URI ontologyURI, java.net.URI physicalURI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
           
 OWLOntology AbstractInMemOWLOntologyFactory.createOWLOntology(java.net.URI ontologyURI, java.net.URI physicalURI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates an empty ontology that a concrete representation can be parsed into.
 OWLOntology OWLOntologyManagerImpl.loadOntology(OWLOntologyInputSource inputSource)
           
 OWLOntology OWLOntologyManagerImpl.loadOntology(java.net.URI ontologyURI)
           
 OWLOntology OWLOntologyManagerImpl.loadOntologyFromPhysicalURI(java.net.URI uri)
           
 OWLOntology ParsableOWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator)
           
 OWLOntology EmptyInMemOWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator)
           
 void OWLOntologyManagerImpl.makeLoadImportRequest(OWLImportsDeclaration declaration)
           
 OWLOntology OWLOntologyManagerImpl.reloadOntology(java.net.URI ontologyURI)
           
 

Uses of OWLOntologyCreationException in uk.ac.manchester.cs.owl.modularity
 

Methods in uk.ac.manchester.cs.owl.modularity that throw OWLOntologyCreationException
 OWLOntology SyntacticLocalityModuleExtractor.extractAsOntology(java.util.Set<OWLEntity> signature, java.net.URI uri)
          Extracts a module from the associated ontology for a given signature and the associated module type, and returns the module as an ontology.
 

Uses of OWLOntologyCreationException in uk.ac.manchester.cs.owl.turtle.parser
 

Subclasses of OWLOntologyCreationException in uk.ac.manchester.cs.owl.turtle.parser
 class TurtleParserException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Feb-2008