Interface ImpExValueLineError
-
- All Superinterfaces:
ImpExError
- All Known Implementing Classes:
ValueLineError
public interface ImpExValueLineError extends ImpExError
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ImpExValueLineError.ImpExLineErrorType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImpExValueLineError.ImpExLineErrorType
getErrorType()
ValueLine
getLine()
-
Methods inherited from interface de.hybris.platform.servicelayer.impex.ImpExError
getErrorMessage, getItemType, getMode, getSource
-
-
-
-
Method Detail
-
getLine
ValueLine getLine()
-
getErrorType
ImpExValueLineError.ImpExLineErrorType getErrorType()
-
-