Class HeaderValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.impex.jalo.ImpExException
-
- de.hybris.platform.impex.jalo.header.HeaderValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class HeaderValidationException extends ImpExException
Inidicates a header which is incompatible with the current type system.These exceptions will cause the import/export to abort since it cannot be guaranteed that imported/exported data is usable at all.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.impex.jalo.ImpExException
ImpExException.ErrorCodes
-
-
Field Summary
Fields Modifier and Type Field Description static int
AMBIGUOUS_SIBLING_ATTRIBUTE
static int
ATTRIBUTE_UNRESOLVABLE
static int
CUSTOM_PROCESSOR_NOT_ALLOWED
static int
INVALID_TRANSLATOR_CLASS
static int
MISSING_ITEMTYPE
static int
MISSING_UNIQUE_MODIFER
static int
NO_PERMITTED_TYPES
static int
UNKNOWN
static int
UNKNOWN_ATTRIBUTE
static int
UNKNOWN_ATTRIBUTE_LANGUAGE
static int
UNSUPPORTED_ATTRIBUTE_TYPE
-
Constructor Summary
Constructors Constructor Description HeaderValidationException(HeaderDescriptor header, java.lang.String message, int errorCode)
HeaderValidationException(java.lang.String message, int errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderDescriptor
getHeader()
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-
-
-
Field Detail
-
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
-
MISSING_ITEMTYPE
public static final int MISSING_ITEMTYPE
- See Also:
- Constant Field Values
-
AMBIGUOUS_SIBLING_ATTRIBUTE
public static final int AMBIGUOUS_SIBLING_ATTRIBUTE
- See Also:
- Constant Field Values
-
UNKNOWN_ATTRIBUTE
public static final int UNKNOWN_ATTRIBUTE
- See Also:
- Constant Field Values
-
UNSUPPORTED_ATTRIBUTE_TYPE
public static final int UNSUPPORTED_ATTRIBUTE_TYPE
- See Also:
- Constant Field Values
-
ATTRIBUTE_UNRESOLVABLE
public static final int ATTRIBUTE_UNRESOLVABLE
- See Also:
- Constant Field Values
-
NO_PERMITTED_TYPES
public static final int NO_PERMITTED_TYPES
- See Also:
- Constant Field Values
-
UNKNOWN_ATTRIBUTE_LANGUAGE
public static final int UNKNOWN_ATTRIBUTE_LANGUAGE
- See Also:
- Constant Field Values
-
INVALID_TRANSLATOR_CLASS
public static final int INVALID_TRANSLATOR_CLASS
- See Also:
- Constant Field Values
-
MISSING_UNIQUE_MODIFER
public static final int MISSING_UNIQUE_MODIFER
- See Also:
- Constant Field Values
-
CUSTOM_PROCESSOR_NOT_ALLOWED
public static final int CUSTOM_PROCESSOR_NOT_ALLOWED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HeaderValidationException
public HeaderValidationException(HeaderDescriptor header, java.lang.String message, int errorCode)
-
HeaderValidationException
public HeaderValidationException(java.lang.String message, int errorCode)
-
-
Method Detail
-
getHeader
public HeaderDescriptor getHeader()
-
-