return;
}
try {
builder.addPackageFromDrl(new StringReader(drl));
} catch (DroolsParserException e) {
throw new RulesRepositoryException(
"Unexpected error when parsing package.", e);
} catch (IOException e) {
throw new RulesRepositoryException(
"IO Exception occurred when parsing package.", e);
}
}