Package de.hybris.platform.impex.jalo
Class ImpExException.ErrorCodes
- java.lang.Object
-
- de.hybris.platform.impex.jalo.ImpExException.ErrorCodes
-
- Enclosing class:
- ImpExException
public class ImpExException.ErrorCodes extends java.lang.Object
Class containing defining all error codes of exception caused by ImpEx. Note: This is in work still.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAN_NOT_RESOLVE_ANYMORE
Thrown if there are unresolved lines and the work media amount of lines at work media has not changed between two passes.static int
MODIFIER_UNIQUE_CACHE_SINGLETON
Thrown if the 'cacheUnique' modifier is set and the type of header is a singleton.
-
Constructor Summary
Constructors Constructor Description ErrorCodes()
-
-
-
Field Detail
-
CAN_NOT_RESOLVE_ANYMORE
public static final int CAN_NOT_RESOLVE_ANYMORE
Thrown if there are unresolved lines and the work media amount of lines at work media has not changed between two passes.- See Also:
- Constant Field Values
-
MODIFIER_UNIQUE_CACHE_SINGLETON
public static final int MODIFIER_UNIQUE_CACHE_SINGLETON
Thrown if the 'cacheUnique' modifier is set and the type of header is a singleton.- See Also:
- Constant Field Values
-
-