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 |
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException()
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException(String message,
Throwable cause)
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException(String message)
RequiredAttributeNotProvidedException
public RequiredAttributeNotProvidedException(Throwable cause)
Copyright © 2013. All Rights Reserved.