Class EnumerationValidationError
- java.lang.Object
-
- de.hybris.platform.importcockpit.validation.impl.AbstractValidationError
-
- de.hybris.platform.importcockpit.validation.impl.AbstractLineValidationError
-
- de.hybris.platform.importcockpit.validation.impl.EnumerationValidationError
-
- All Implemented Interfaces:
ValidationError
public class EnumerationValidationError extends AbstractLineValidationError
Validation error for enumeration mapping lines: comes when the specified enumeration value does not exist in the hybris system. created at Dec 11, 2009 created by YanlingZhang
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.importcockpit.validation.ValidationError
ValidationError.ErrorCode
-
-
Constructor Summary
Constructors Constructor Description EnumerationValidationError(ValidationError.ErrorCode errorCode, 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
-
EnumerationValidationError
public EnumerationValidationError(ValidationError.ErrorCode errorCode, MappingLineModel line)
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Description copied from interface:ValidationErrorReturns the message of the validation error.- Returns:
- message string
-
-