Uses of Enum Class
de.hybris.platform.impex.exceptions.InsufficientDataException.ErrorCode
Packages that use InsufficientDataException.ErrorCode
-
Uses of InsufficientDataException.ErrorCode in de.hybris.platform.impex.exceptions
Methods in de.hybris.platform.impex.exceptions that return InsufficientDataException.ErrorCodeModifier and TypeMethodDescriptionInsufficientDataException.getErrorCode()Returns the enum constant of this class with the specified name.static InsufficientDataException.ErrorCode[]InsufficientDataException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.platform.impex.exceptions with parameters of type InsufficientDataException.ErrorCodeModifierConstructorDescriptionInsufficientDataException(ValueLine line, String message, InsufficientDataException.ErrorCode detail) InsufficientDataException(ValueLine line, String messge, InsufficientDataException.ErrorCode detail, Throwable exThrowable)