Package org.openntf.formula

Examples of org.openntf.formula.FormulaReturnException


  /**
   * This throws a FormulaReturnException. Should be catched somewhere outside
   */
  @Override
  public ValueHolder evaluate(final FormulaContext ctx) throws FormulaReturnException {
    throw new FormulaReturnException(children[0].evaluate(ctx));
  }
View Full Code Here

TOP

Related Classes of org.openntf.formula.FormulaReturnException

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.