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