com.ibm.commerce.pagelayout.facade.client

Class PageDesignException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PageDesignException
    extends AbstractBusinessObjectDocumentException
    This exception represents a business error describing why the request failed. This exception is thrown when the PageDesign service returns error information.
    See Also:
    Serialized Form
    • Constructor Detail

      • PageDesignException

        public PageDesignException(ChangeStatusType changeStatus,
                                   VerbType verb,
                                   java.util.List pagedesigns)
        Creates an instance of the PageDesign exception.
        Parameters:
        changeStatus - The error information that is contained in the ChangeStatus element of the respond or acknowledge verb.
        verb - The returning verb.
        pagedesigns - The list of PageDesign that is associated with the response.
      • PageDesignException

        public PageDesignException(java.util.List clientErrors)
        Creates an instance of the PageDesign exception.
        Parameters:
        clientErrors - The client errors to associate with the exception. These client error represent client side parameter validation that cause the exception.
    • Method Detail

      • getPageDesign

        public java.util.List getPageDesign()
        Returns the PageDesign that is associated with the response of the request.
        Returns:
        The list of PageDesign found in the response.