Uses of Class
org.coode.owl.krssparser.ParseException

Packages that use ParseException
de.uulm.ecs.ai.owl.krssparser   
org.coode.owl.krssparser   
 

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

Constructors in de.uulm.ecs.ai.owl.krssparser with parameters of type ParseException
KRSS2OWLParserException(ParseException e)
           
 

Uses of ParseException in org.coode.owl.krssparser
 

Methods in org.coode.owl.krssparser that return ParseException
 ParseException KRSSParser.generateParseException()
           
 

Methods in org.coode.owl.krssparser that throw ParseException
 OWLAxiom KRSSParser.ABoxStatement()
           
 OWLDescription KRSSParser.All()
           
 OWLDescription KRSSParser.And()
           
 OWLDescription KRSSParser.AtLeast()
           
 OWLDescription KRSSParser.AtMost()
           
 OWLDescription KRSSParser.ConceptExpression()
           
 OWLDescription KRSSParser.ConceptName()
           
 java.util.Set<OWLDescription> KRSSParser.ConceptSet()
           
 OWLAxiom KRSSParser.DefineConcept()
           
 OWLAxiom KRSSParser.DefinePrimitiveConcept()
           
 OWLAxiom KRSSParser.DefinePrimitiveRole()
           
 OWLAxiom KRSSParser.Distinct()
           
 OWLAxiom KRSSParser.Equal()
           
 OWLDescription KRSSParser.Exactly()
           
 OWLIndividual KRSSParser.IndividualName()
           
 OWLAxiom KRSSParser.Instance()
           
 int KRSSParser.Integer()
           
 java.net.URI KRSSParser.Name()
           
 OWLDescription KRSSParser.Not()
           
 OWLDescription KRSSParser.Or()
           
 void KRSSParser.parse()
           
 OWLAxiom KRSSParser.Range()
           
 OWLAxiom KRSSParser.Related()
           
 OWLObjectProperty KRSSParser.RoleName()
           
 OWLDescription KRSSParser.Some()
           
 OWLAxiom KRSSParser.TBoxStatement()
           
 OWLAxiom KRSSParser.Transitive()
           
 

Constructors in org.coode.owl.krssparser with parameters of type ParseException
KRSSOWLParserException(ParseException e)