Package com.firefly.template.exception

Examples of com.firefly.template.exception.TemplateFileReadException


  private List<String> javaFiles0 = new ArrayList<String>();

  public ViewFileReader(Config config) {
    this.config = config;
    if (init() != 0)
      throw new TemplateFileReadException("template file parse error");
  }
View Full Code Here


  private List<String> javaFiles0 = new ArrayList<String>();

  public ViewFileReader(Config config) {
    this.config = config;
    if (init() != 0)
      throw new TemplateFileReadException("template file parse error");
  }
View Full Code Here

TOP

Related Classes of com.firefly.template.exception.TemplateFileReadException

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.