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.String
getErrorMessage()
java.lang.String
getItemType()
ProcessMode
getMode()
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()
-
-