org.broadleafcommerce.core.order.service.exception
Class RequiredAttributeNotProvidedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.core.order.service.exception.RequiredAttributeNotProvidedException
- All Implemented Interfaces:
- Serializable
public class RequiredAttributeNotProvidedException
- extends RuntimeException
This runtime exception will be thrown when an attempt to add to cart without specifying
all required product options has been made.
- Author:
- apazzolini
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
attributeName
protected String attributeName
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException(String message,
String attributeName)
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException(String message,
String attributeName,
Throwable cause)
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException(String attributeName)
getAttributeName
public String getAttributeName()
setAttributeName
public void setAttributeName(String attributeName)
Copyright © 2013. All Rights Reserved.