Class AbstractAttributeAutoCreateOrPartOfException

All Implemented Interfaces:
Serializable

public class AbstractAttributeAutoCreateOrPartOfException extends InterceptorException
An exception that occurs when attempting to save an integration object with an abstract attribute that is autoCreate or partOf.
See Also:
  • Constructor Details

    • AbstractAttributeAutoCreateOrPartOfException

      public AbstractAttributeAutoCreateOrPartOfException(String typeCode, String attributeName, Interceptor inter)
      Default constructor.
      Parameters:
      typeCode - the type of the integration object item the attribute belongs to.
      attributeName - the attribute's name.
      inter - the interceptor that validated the attribute.
  • Method Details

    • getTypeCode

      public String getTypeCode()
      The type of the integration object item of the attribute causing the exception.
      Returns:
      the type of the integration object item.
    • getAttributeName

      public String getAttributeName()
      The name of the attribute causing the exception.
      Returns:
      the name of the attribute.