Class LocalizedValidationError
- java.lang.Object
-
- de.hybris.platform.importcockpit.validation.impl.AbstractValidationError
-
- de.hybris.platform.importcockpit.validation.impl.AbstractLineValidationError
-
- de.hybris.platform.importcockpit.validation.impl.LocalizedValidationError
-
- All Implemented Interfaces:
ValidationError
public class LocalizedValidationError extends AbstractLineValidationError
Validation error for localized mapping lines: comes when none of the localized/language options is filled or mapped to a source column (no values for none of the languages specified). created at Dec 8, 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 LocalizedValidationError(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
-
LocalizedValidationError
public LocalizedValidationError(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
-
-