Class InvalidClassTypeException
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.inboundservices.persistence.populator.InvalidClassTypeException
- All Implemented Interfaces:
Serializable
An exception indicating that a path is invalid for the given class type attribute.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidClassTypeException(TypeAttributeDescriptor attrDescriptor, Object value) Instantiates the exception. -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidClassTypeException
Instantiates the exception.- Parameters:
attrDescriptor- TheTypeAttributeDescriptorthat formulates the exceptionvalue- The classpath value that is invalid
-