RuleExecutionSetRepository repository)
throws RuleExecutionSetNotFoundException {
super(repository);
this.setProperties(properties);
RuleExecutionSetImpl ruleSet = (RuleExecutionSetImpl) repository
.getRuleExecutionSet(bindUri);
if (ruleSet == null) {
throw new RuleExecutionSetNotFoundException(
"no execution set bound to: " + bindUri);