org.faktorips.runtime
Class FormulaExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.