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

Packages that use ParserException
org.semanticweb.owl.io Support for input and output of OWL models.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
uk.ac.man.cs.img.owl.test   
 

Uses of ParserException in org.semanticweb.owl.io
 

Methods in org.semanticweb.owl.io that throw ParserException
 OWLOntology Parser.parseOntology(Reader reader, URI physicalURI)
          Parse from the given reader and return a new ontology object based on the connection that the parser knows about.
 OWLOntology Parser.parseOntology(URI uri)
          Parse from the given URI and return a new ontology object based on the connection that the parser knows about.
 

Uses of ParserException in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that throw ParserException
 OWLOntology AbstractOWLParser.parseOntology(URI uri)
          Parses the ontology at uri and returns a new ontology object based on the connection that the parser knows about.
 OWLOntology AbstractOWLParser.parseOntology(Reader reader, URI physicalURI)
          Parses the ontology in reader and returns a new ontology object based on the connection that the parser knows about.
 OWLDescription AbstractOWLParser.parseDescription(Reader descriptionReader)
          Parses the description in descriptionReader and returns the corresponding OWLDescription.
 OWLDescription AbstractOWLParser.parseDescription(String descriptionString)
          Parses descriptionString and returns the corresponding OWLDescription.
 

Uses of ParserException in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that throw ParserException
 OWLOntology OWLRDFParser.parseOntology(Reader reader, URI physicalURI)
           
 OWLOntology OWLRDFParser.parseOntology(URI uri)
           
protected  void OWLRDFParser.parseOntology(OWLOntology ontology, Reader reader, URI uri)
          Locally accessible parse method used during import parsing
protected  void OWLRDFParser.parseOntology(OWLOntology ontology, URI uri)
          Locally accessible parse method used during import parsing
 

Uses of ParserException in uk.ac.man.cs.img.owl.test
 

Methods in uk.ac.man.cs.img.owl.test that throw ParserException
 OWLTest OWLTestParser.parseTest(URI uri)
          Returns a collection of documents, indexed according to their level.
 OWLTest OWLTestParser.parseTest(String base, Reader reader)
           
 



WonderWeb