Class CollectionValidationError
- java.lang.Object
-
- de.hybris.platform.importcockpit.validation.impl.AbstractValidationError
-
- de.hybris.platform.importcockpit.validation.impl.AbstractLineValidationError
-
- de.hybris.platform.importcockpit.validation.impl.CollectionValidationError
-
- All Implemented Interfaces:
ValidationError
public class CollectionValidationError extends AbstractLineValidationError
Validation error for collection mapping lines: comes when the collection elements are referenced through different sets of attributes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.importcockpit.validation.ValidationError
ValidationError.ErrorCode
-
-
Constructor Summary
Constructors Constructor Description CollectionValidationError(ValidationError.ErrorCode code, MappingLineModel line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Returns the message of the validation error.-
Methods inherited from class de.hybris.platform.importcockpit.validation.impl.AbstractValidationError
equals, getErrorCode, getSource, hashCode, toString
-
-
-
-
Constructor Detail
-
CollectionValidationError
public CollectionValidationError(ValidationError.ErrorCode code, MappingLineModel line)
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Description copied from interface:ValidationErrorReturns the message of the validation error.- Returns:
- message string
-
-