Uses of Class
de.hybris.platform.impex.exceptions.InsufficientDataException.ErrorCode
-
Packages that use InsufficientDataException.ErrorCode Package Description de.hybris.platform.impex.exceptions -
-
Uses of InsufficientDataException.ErrorCode in de.hybris.platform.impex.exceptions
Methods in de.hybris.platform.impex.exceptions that return InsufficientDataException.ErrorCode Modifier and Type Method Description InsufficientDataException.ErrorCodeInsufficientDataException. getErrorCode()static InsufficientDataException.ErrorCodeInsufficientDataException.ErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InsufficientDataException.ErrorCode[]InsufficientDataException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.impex.exceptions with parameters of type InsufficientDataException.ErrorCode Constructor Description InsufficientDataException(ValueLine line, java.lang.String message, InsufficientDataException.ErrorCode detail)InsufficientDataException(ValueLine line, java.lang.String messge, InsufficientDataException.ErrorCode detail, java.lang.Throwable exThrowable)
-