Class ProductSwitchResults.FailedProductSwitch

java.lang.Object
org.faktorips.runtime.productswitch.ProductSwitchResults.FailedProductSwitch
All Implemented Interfaces:
ProductSwitchResults.ProductSwitchResult
Enclosing class:
ProductSwitchResults

public static class ProductSwitchResults.FailedProductSwitch extends Object implements ProductSwitchResults.ProductSwitchResult
Represents the result of a failed product switch operation.
  • Constructor Details

    • FailedProductSwitch

      public FailedProductSwitch(IConfigurableModelObject parent, PolicyAssociation association, String message)
      Constructs a new FailedProductSwitch instance with the given parent object, policy association and error message.
      Parameters:
      parent - the parent object
      association - the policy association
      message - the error message
  • Method Details