Class TypeAttributeDescriptorNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.TypeAttributeDescriptorNotFoundException
All Implemented Interfaces:
Serializable

@Deprecated(since="2205", forRemoval=true) public class TypeAttributeDescriptorNotFoundException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
Use this exception when an Integration Object doesn't contain the attribute descriptor for the specified attribute
See Also:
  • Constructor Details

    • TypeAttributeDescriptorNotFoundException

      public TypeAttributeDescriptorNotFoundException(TypeDescriptor attributeDescriptor, String attrName)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getAttributeDescriptor

      public TypeDescriptor getAttributeDescriptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAttrName

      public String getAttrName()
      Deprecated, for removal: This API element is subject to removal in a future version.