org.faktorips.runtime
Class FormulaExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.faktorips.runtime.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:
Serialized Form

Constructor Summary
FormulaExecutionException(IProductComponentGeneration productComponentGeneration, String formula, Object... parameters)
           
FormulaExecutionException(IProductComponent productComponent, String formula, Object... parameters)
           
FormulaExecutionException(String formula, Object... parameters)
           
FormulaExecutionException(String productCmptGeneration, String formula, String params, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)


Copyright © 2015. All rights reserved.