Uses of Class
edu.stanford.smi.protegex.owl.model.classparser.OWLClassParseException

Packages that use OWLClassParseException
edu.stanford.smi.protegex.owl.model.classparser   
edu.stanford.smi.protegex.owl.model.classparser.compact   
edu.stanford.smi.protegex.owl.model.classparser.manchester   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.clsdesc   
edu.stanford.smi.protegex.owl.ui.clsdesc.manchester   
 

Uses of OWLClassParseException in edu.stanford.smi.protegex.owl.model.classparser
 

Fields in edu.stanford.smi.protegex.owl.model.classparser declared as OWLClassParseException
private static OWLClassParseException OWLClassParseException.recentInstance
           
 

Methods in edu.stanford.smi.protegex.owl.model.classparser that return OWLClassParseException
static OWLClassParseException OWLClassParseException.getRecentInstance()
          Gets the most recently created exception of this type.
 

Methods in edu.stanford.smi.protegex.owl.model.classparser that throw OWLClassParseException
 void OWLClassParser.checkClass(OWLModel owlModel, String expression)
          Performs a test of a given expression and throws an Exception if the expression is currently invalid.
 void OWLClassParser.checkHasValueFiller(OWLModel owlModel, String expression)
           
 void OWLClassParser.checkQuantifierFiller(OWLModel owlModel, String expression)
           
 RDFSClass OWLClassParser.parseClass(OWLModel owlModel, String expression)
           
 Object OWLClassParser.parseHasValueFiller(OWLModel owlModel, String expression)
           
 RDFResource OWLClassParser.parseQuantifierFiller(OWLModel owlModel, String expression)
           
 

Uses of OWLClassParseException in edu.stanford.smi.protegex.owl.model.classparser.compact
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.compact that return OWLClassParseException
private  OWLClassParseException CompactOWLClassParser.wrapException(ParseException ex)
           
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.compact that throw OWLClassParseException
 void CompactOWLClassParser.checkClass(OWLModel owlModel, String expression)
           
 void CompactOWLClassParser.checkHasValueFiller(OWLModel owlModel, String expression)
           
 void CompactOWLClassParser.checkQuantifierFiller(OWLModel owlModel, String expression)
           
 RDFSClass CompactOWLClassParser.parseClass(OWLModel owlModel, String expression)
           
 Object CompactOWLClassParser.parseHasValueFiller(OWLModel owlModel, String expression)
           
 RDFResource CompactOWLClassParser.parseQuantifierFiller(OWLModel owlModel, String expression)
           
 

Uses of OWLClassParseException in edu.stanford.smi.protegex.owl.model.classparser.manchester
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that return OWLClassParseException
private  OWLClassParseException ManchesterOWLClassParser.wrapException(ParseException ex)
           
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that throw OWLClassParseException
 void ManchesterOWLClassParser.checkClass(OWLModel owlModel, String expression)
           
 void ManchesterOWLClassParser.checkHasValueFiller(OWLModel owlModel, String expression)
           
 void ManchesterOWLClassParser.checkQuantifierFiller(OWLModel owlModel, String expression)
           
 RDFSClass ManchesterOWLClassParser.parseClass(OWLModel owlModel, String expression)
           
 Object ManchesterOWLClassParser.parseHasValueFiller(OWLModel owlModel, String expression)
           
 RDFResource ManchesterOWLClassParser.parseQuantifierFiller(OWLModel owlModel, String expression)
           
 

Uses of OWLClassParseException in edu.stanford.smi.protegex.owl.model.impl
 

Methods in edu.stanford.smi.protegex.owl.model.impl that throw OWLClassParseException
static void AbstractOWLCardinalityBase.checkFillerText(String text, RDFProperty property)
           
static void AbstractOWLRestriction.checkExpression(String text, RDFProperty onProperty, RDFProperty restrictionProperty)
           
static void DefaultOWLHasValue.checkFillerText(String text, RDFProperty onProperty)
           
static void AbstractOWLQuantifierRestriction.checkFillerText(String text, RDFProperty property)
           
static void AbstractOWLQuantifierRestriction.checkFillerText(String text, RDFProperty property, OWLModel owlModel)
           
 

Uses of OWLClassParseException in edu.stanford.smi.protegex.owl.ui.clsdesc
 

Methods in edu.stanford.smi.protegex.owl.ui.clsdesc that throw OWLClassParseException
protected  void ClassDescriptionEditorComponent.parseExpression()
           
 

Uses of OWLClassParseException in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester
 

Methods in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester with parameters of type OWLClassParseException
static Collection SuggestionFactory.getSuggestions(OWLModel model, OWLClassParseException e)
           
private static String SuggestionFactory.getLastToken(OWLClassParseException e)
           
private  void SuggestionPopup.offerSuggestions(OWLClassParseException e)