85868788899091
message.append("No rule named "); message.append(ruleName); message.append(" exists in recipe "); message.append(this.getRecipeID()); throw new NoSuchRuleInRecipeException(message.toString()); }
149150151152153154155
message.append("No rule with ID "); message.append(ruleID.toString()); message.append(" exists in recipe "); message.append(this.getRecipeID()); throw new NoSuchRuleInRecipeException(message.toString()); }