Uses of Class
de.hybris.platform.servicelayer.exceptions.AttributeNotSupportedException.AttributeError
-
Packages that use AttributeNotSupportedException.AttributeError Package Description de.hybris.platform.servicelayer.exceptions -
-
Uses of AttributeNotSupportedException.AttributeError in de.hybris.platform.servicelayer.exceptions
Methods in de.hybris.platform.servicelayer.exceptions that return AttributeNotSupportedException.AttributeError Modifier and Type Method Description AttributeNotSupportedException.AttributeErrorAttributeNotSupportedException. getAttributeError()static AttributeNotSupportedException.AttributeErrorAttributeNotSupportedException.AttributeError. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeNotSupportedException.AttributeError[]AttributeNotSupportedException.AttributeError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.servicelayer.exceptions with parameters of type AttributeNotSupportedException.AttributeError Constructor Description AttributeNotSupportedException(java.lang.String message, java.lang.String qualifier, AttributeNotSupportedException.AttributeError attributeError)AttributeNotSupportedException(java.lang.String message, java.lang.Throwable cause, java.lang.String qualifier, AttributeNotSupportedException.AttributeError attributeError)
-