Uses of Class
net.oijon.osca.exception.InvalidRuleSyntaxException
-
Packages that use InvalidRuleSyntaxException Package Description net.oijon.osca net.oijon.osca contains all of the major components of OSCA. -
-
Uses of InvalidRuleSyntaxException in net.oijon.osca
Constructors in net.oijon.osca that throw InvalidRuleSyntaxException Constructor Description Rule(java.lang.String ruleStr)Creates a rule based on an input stringRule(java.lang.String ruleStr, java.util.ArrayList<Category> categories)Creates a rule based on an input string and a list of categories
-