Class FormulaExecutionException

All Implemented Interfaces:
Serializable

public class FormulaExecutionException extends RuntimeException
Exception that indicates that the execution of a formula has changed.
Author:
Jan Ortmann
See Also:
  • Constructor Details

    • FormulaExecutionException

      public FormulaExecutionException(String productCmptGeneration, String formula, String params, Throwable cause)
    • FormulaExecutionException

      public FormulaExecutionException(IProductComponentGeneration productComponentGeneration, String formula, Object... parameters)
    • FormulaExecutionException

      public FormulaExecutionException(IProductComponent productComponent, String formula, Object... parameters)
    • FormulaExecutionException

      public FormulaExecutionException(String formula, Object... parameters)