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