Uses of Class
org.semanticweb.owl.io.OWLParserException

Packages that use OWLParserException
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   
uk.ac.manchester.cs.owl.turtle.parser   
 

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

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

Methods in de.uulm.ecs.ai.owl.krssparser that throw OWLParserException
 OWLOntologyFormat KRSS2OWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLParserException in org.coode.manchesterowlsyntax
 

Subclasses of OWLParserException 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 OWLParserException
 OWLOntologyFormat ManchesterOWLSyntaxOntologyParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLParserException in org.coode.obo.parser
 

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

 

Methods in org.coode.obo.parser that throw OWLParserException
 OWLOntologyFormat OWLOBOParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLParserException in org.coode.owl.functionalparser
 

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

 

Uses of OWLParserException in org.coode.owl.krssparser
 

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

 

Methods in org.coode.owl.krssparser that throw OWLParserException
 OWLOntologyFormat KRSSOWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLParserException in org.coode.owl.owlxmlparser
 

Subclasses of OWLParserException 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

 

Methods in org.coode.owl.owlxmlparser that throw OWLParserException
 OWLOntologyFormat OWLXMLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

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

Subclasses of OWLParserException 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

 

Methods in org.coode.owl.rdfxml.parser that throw OWLParserException
 OWLOntologyFormat RDFXMLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLParserException in org.semanticweb.owl.io
 

Subclasses of OWLParserException in org.semanticweb.owl.io
 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
 

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

Subclasses of OWLParserException 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

 

Methods in uk.ac.manchester.cs.owl.turtle.parser that throw OWLParserException
 OWLOntologyFormat TurtleOntologyParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)