Interface ImpExError
-
- All Known Subinterfaces:
ImpExHeaderError,ImpExValueLineError
- All Known Implementing Classes:
AbstractImpExError,HeaderError,ValueLineError
public interface ImpExError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorMessage()java.lang.StringgetItemType()ProcessModegetMode()java.util.Map<java.lang.Integer,java.lang.String>getSource()
-
-
-
Method Detail
-
getItemType
java.lang.String getItemType()
-
getMode
ProcessMode getMode()
-
getErrorMessage
java.lang.String getErrorMessage()
-
getSource
java.util.Map<java.lang.Integer,java.lang.String> getSource()
-
-