Class MandatoryAttributesValidator.MissingMandatoryAttributesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.servicelayer.interceptor.InterceptorException
-
- de.hybris.platform.servicelayer.interceptor.impl.MandatoryAttributesValidator.MissingMandatoryAttributesException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MandatoryAttributesValidator
public static class MandatoryAttributesValidator.MissingMandatoryAttributesException extends InterceptorException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getMissingAttributes()AbstractItemModelgetModel()-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Method Detail
-
getModel
public AbstractItemModel getModel()
-
getMissingAttributes
public java.util.Set<java.lang.String> getMissingAttributes()
-
-