Package org.apache.jackrabbit.test.config.xml

Examples of org.apache.jackrabbit.test.config.xml.ConfException


 
  public String replaceVariables(String value) throws ConfException {
    try {
      return Text.replaceVariables(this, value, false);
    } catch (IllegalArgumentException e) {
      throw new ConfException(e.getMessage());
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.test.config.xml.ConfException

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.