Class InvalidAttributeValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.exception.IntegrationAttributeException
-
- de.hybris.platform.integrationservices.exception.IntegrationAttributeProcessingException
-
- de.hybris.platform.integrationservices.exception.InvalidAttributeValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidAttributeValueException extends IntegrationAttributeProcessingException
An exception indicating that a value is invalid for the given attribute- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAttributeValueException(java.lang.Object value, TypeAttributeDescriptor attr)Instantiates the exception
-
Method Summary
-
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCode
-
-
-
-
Constructor Detail
-
InvalidAttributeValueException
public InvalidAttributeValueException(java.lang.Object value, TypeAttributeDescriptor attr)Instantiates the exception- Parameters:
value- The attribute value that is invalidattr- TheTypeAttributeDescriptorthat formulates the exception
-
-