Class ComposedValidationError
- java.lang.Object
-
- de.hybris.platform.importcockpit.validation.impl.AbstractValidationError
-
- de.hybris.platform.importcockpit.validation.impl.AbstractLineValidationError
-
- de.hybris.platform.importcockpit.validation.impl.ComposedValidationError
-
- All Implemented Interfaces:
ValidationError
public class ComposedValidationError extends AbstractLineValidationError
Validation error for composed mapping lines: comes when no sub lines (children) are specified. created at Dec 9, 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 ComposedValidationError(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
-
ComposedValidationError
public ComposedValidationError(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
-
-