Uses of Class
jdrew.oo.util.ParseException

Packages that use ParseException
jdrew.oo.util   
 

Uses of ParseException in jdrew.oo.util
 

Methods in jdrew.oo.util that throw ParseException
 void RuleMLParser.parseFile(int format, java.lang.String filename)
          Parses a file containing a knowledge base that is in the indicated format.
static void RDFSParser.parseRDFSString(java.lang.String contents)
          Method that parses an RDFS document contained in a string and load the type information in the RDFS into the engines type sorts.
 DefiniteClause RuleMLParser.parseRuleMLQuery(java.lang.String contents)
           
 void RuleMLParser.parseRuleMLString(int format, java.lang.String contents)
          Parses a string containing a knowledge base that is in the indicated format.