org.broadleafcommerce.core.order.service.exception
Class RequiredAttributeNotProvidedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RequiredAttributeNotProvidedException()
           
RequiredAttributeNotProvidedException(String message)
           
RequiredAttributeNotProvidedException(String message, Throwable cause)
           
RequiredAttributeNotProvidedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequiredAttributeNotProvidedException

public RequiredAttributeNotProvidedException()

RequiredAttributeNotProvidedException

public RequiredAttributeNotProvidedException(String message,
                                             Throwable cause)

RequiredAttributeNotProvidedException

public RequiredAttributeNotProvidedException(String message)

RequiredAttributeNotProvidedException

public RequiredAttributeNotProvidedException(Throwable cause)


Copyright © 2012. All Rights Reserved.