Package org.focusns.common.web.page.config

Examples of org.focusns.common.web.page.config.PageConfigException


                }
            }
            //
            return cache.get(pageKey);
        } catch (Exception e) {
            throw new PageConfigException("页面配置加载异常...", e);
        }
    }
View Full Code Here

TOP

Related Classes of org.focusns.common.web.page.config.PageConfigException

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.