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 Summary
ConstructorsConstructorDescriptionTypeAttributeDescriptorNotFoundException(TypeDescriptor attributeDescriptor, String attrName) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getAttrName
Deprecated, for removal: This API element is subject to removal in a future version.
-
TypeAttributeDescriptorNotFoundExceptionis never thrown.