Package org.infoglue.cms.exception

Examples of org.infoglue.cms.exception.NoBaseTemplateFoundException


    if(logger.isDebugEnabled())
      logger.info("contentVO:" + contentVO);

    if(contentVO == null)
      throw new NoBaseTemplateFoundException("There was no template bound to this page which makes it impossible to render.")
   
    if(logger.isDebugEnabled())
      logger.info("contentVO:" + contentVO.getName());

    template = this.getTemplateController().getContentAttribute(contentVO.getContentId(), this.getTemplateController().getTemplateAttributeName());
View Full Code Here

TOP

Related Classes of org.infoglue.cms.exception.NoBaseTemplateFoundException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.