/* 575 */ Object[] args = { name };
/* 576 */ String msg = this.formatter.format(args);
/* 577 */ throw new IllegalStateException(msg);
/* */ }
/* */
/* 580 */ DeploymentTemplateInfo info = template.getInfo();
/* 581 */ log.debug("getTemplate, " + info);
/* 582 */ return info;
/* */ }