Package org.ice.module

Examples of org.ice.module.FrontModule


 
  public void init() throws UnavailableException  {
    if (!Config.ready)  {
      throw new UnavailableException("The application has failed to setup properly and cannot start. Please check the log for more details.");
    }
    frontModule = new FrontModule();
  }
View Full Code Here

TOP

Related Classes of org.ice.module.FrontModule

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.