Uses of Enum Class
de.hybris.platform.servicelayer.exceptions.AttributeNotSupportedException.AttributeError
Packages that use AttributeNotSupportedException.AttributeError
-
Uses of AttributeNotSupportedException.AttributeError in de.hybris.platform.servicelayer.exceptions
Methods in de.hybris.platform.servicelayer.exceptions that return AttributeNotSupportedException.AttributeErrorModifier and TypeMethodDescriptionAttributeNotSupportedException.getAttributeError()Returns the enum constant of this class with the specified name.AttributeNotSupportedException.AttributeError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.platform.servicelayer.exceptions with parameters of type AttributeNotSupportedException.AttributeErrorModifierConstructorDescriptionAttributeNotSupportedException(String message, String qualifier, AttributeNotSupportedException.AttributeError attributeError) AttributeNotSupportedException(String message, Throwable cause, String qualifier, AttributeNotSupportedException.AttributeError attributeError)