com.ibm.commerce.catalog.commands

Class ErrorMissingAttributeCmdImpl

  • java.lang.Object
    • com.ibm.commerce.command.ECCommandImpl
      • com.ibm.commerce.catalog.commands.ErrorMissingAttributeCmdImpl
  • All Implemented Interfaces:
    ErrorMissingAttributeCmd, ECCommand, com.ibm.websphere.command.Command, java.io.Serializable


    public class ErrorMissingAttributeCmdImpl
    extends com.ibm.commerce.command.ECCommandImpl
    implements ErrorMissingAttributeCmd, java.io.Serializable
    This error task command is set when a Product to Item resolution fails due to missing product attributes.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ErrorMissingAttributeCmdImpl

        public ErrorMissingAttributeCmdImpl()
        No value constructor.
    • Method Detail

      • performExecute

        public void performExecute()
        Description copied from interface: ECCommand
        This method contains the actual business logic of this command. It should be implemented by all command writers.
        Specified by:
        performExecute in interface ECCommand
        Overrides:
        performExecute in class com.ibm.commerce.command.ECCommandImpl
      • setException

        public void setException(ECException exception)
        Sets the exception that this command is responsible for handling.