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

Packages that use ParserException
org.coode.manchesterowlsyntax   
org.semanticweb.owl.expression   
 

Uses of ParserException in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that throw ParserException
 OWLDescription ManchesterOWLSyntaxDescriptionParser.parse(java.lang.String expression)
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxClassFrameParser.parse(java.lang.String expression)
           
 java.util.Set<OWLAnnotation> ManchesterOWLSyntaxEditorParser.parseAnnotations()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseAnnotations(OWLEntity subject)
           
 OWLClassAxiom ManchesterOWLSyntaxEditorParser.parseClassAxiom()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseClassFrame()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseClassFrameEOF()
           
 OWLConstant ManchesterOWLSyntaxEditorParser.parseConstant()
           
 OWLDataProperty ManchesterOWLSyntaxEditorParser.parseDataProperty()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseDataPropertyFrame()
           
 java.util.Set<OWLDataProperty> ManchesterOWLSyntaxEditorParser.parseDataPropertyList()
           
 OWLDataRange ManchesterOWLSyntaxEditorParser.parseDataRange(boolean allowLookahead)
           
 OWLDescription ManchesterOWLSyntaxEditorParser.parseDataRestriction()
           
 OWLDescription ManchesterOWLSyntaxEditorParser.parseDescription()
          Parses an OWL description that is represented in Manchester OWL Syntax
 java.util.Set<OWLDescription> ManchesterOWLSyntaxEditorParser.parseDescriptionList()
           
 java.util.Set<OWLDescription> ManchesterOWLSyntaxEditorParser.parseDescriptionList(java.lang.String expectedOpen, java.lang.String expectedClose)
           
 OWLDifferentIndividualsAxiom ManchesterOWLSyntaxEditorParser.parseDifferentIndividuals()
           
 OWLDisjointClassesAxiom ManchesterOWLSyntaxEditorParser.parseDisjointClasses()
           
 OWLDisjointDataPropertiesAxiom ManchesterOWLSyntaxEditorParser.parseDisjointDataProperties()
           
 OWLDisjointObjectPropertiesAxiom ManchesterOWLSyntaxEditorParser.parseDisjointObjectProperties()
           
 OWLRestrictedDataRangeFacetVocabulary ManchesterOWLSyntaxEditorParser.parseFacet()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseFrames()
           
 OWLImportsDeclaration ManchesterOWLSyntaxEditorParser.parseImportsDeclaration(OWLOntology ont)
           
 OWLIndividual ManchesterOWLSyntaxEditorParser.parseIndividual()
           
 OWLIndividual ManchesterOWLSyntaxEditorParser.parseIndividual(boolean defined)
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseIndividualFrame()
           
 java.util.Set<OWLIndividual> ManchesterOWLSyntaxEditorParser.parseIndividualList()
           
 int ManchesterOWLSyntaxEditorParser.parseInteger()
           
 OWLDescription ManchesterOWLSyntaxEditorParser.parseIntersection()
           
 java.util.Map<java.lang.String,java.net.URI> ManchesterOWLSyntaxEditorParser.parseNamespace()
           
 OWLDescription ManchesterOWLSyntaxEditorParser.parseNonNaryDescription()
          Parses all class descriptions except ObjectIntersectionOf and ObjectUnionOf
 OWLDescription ManchesterOWLSyntaxEditorParser.parseObjectOneOf()
           
 OWLObjectPropertyAxiom ManchesterOWLSyntaxEditorParser.parseObjectPropertyAxiom()
           
 java.util.List<OWLObjectPropertyExpression> ManchesterOWLSyntaxEditorParser.parseObjectPropertyChain()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseObjectPropertyCharacteristicList(OWLObjectPropertyExpression prop)
           
 OWLObjectPropertyExpression ManchesterOWLSyntaxEditorParser.parseObjectPropertyExpression()
           
 OWLObjectPropertyExpression ManchesterOWLSyntaxEditorParser.parseObjectPropertyExpression(boolean allowUndeclared)
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseObjectPropertyFrame()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseObjectPropertyFrame(boolean eof)
           
 java.util.Set<OWLObjectPropertyExpression> ManchesterOWLSyntaxEditorParser.parseObjectPropertyList()
           
 void ManchesterOWLSyntaxEditorParser.parseOntology(OWLOntologyManager manager, OWLOntology ont)
           
 OWLObjectPropertyChainSubPropertyAxiom ManchesterOWLSyntaxEditorParser.parsePropertyChainSubPropertyAxiom()
           
 OWLDescription ManchesterOWLSyntaxEditorParser.parseRestriction()
           
 OWLSameIndividualsAxiom ManchesterOWLSyntaxEditorParser.parseSameIndividual()
           
 OWLDescription ManchesterOWLSyntaxEditorParser.parseUnion()
           
 java.net.URI ManchesterOWLSyntaxEditorParser.parseURI()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseValuePartitionFrame()
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxEditorParser.parseValuePartitionValues(OWLClass superclass)
           
 

Uses of ParserException in org.semanticweb.owl.expression
 

Methods in org.semanticweb.owl.expression that throw ParserException
 O OWLExpressionParser.parse(java.lang.String expression)