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

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.ProductOptionValidationException
All Implemented Interfaces:
Serializable

public class ProductOptionValidationException
extends RuntimeException

See Also:
Serialized Form

Field Summary
protected  String attributeName
           
protected  String attributeValue
           
protected  String errorCode
           
protected  String errorMessage
           
protected  String validationString
           
 
Constructor Summary
ProductOptionValidationException()
           
ProductOptionValidationException(String message, String errorCode, String attributeName, String attributeValue, String validationString, String errorMessage)
           
ProductOptionValidationException(String message, String errorCode, String attributeName, String attributeValue, String validationString, String errorMessage, Throwable cause)
           
 
Method Summary
 String getAttributeName()
           
 String getAttributeValue()
           
 String getErrorCode()
           
 String getErrorMessage()
           
 String getValidationString()
           
 void setAttributeName(String attributeName)
           
 void setAttributeValue(String attributeValue)
           
 void setErrorCode(String errorCode)
           
 void setErrorMessage(String errorMessage)
           
 void setValidationString(String validationString)
           
 
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
 

Field Detail

attributeName

protected String attributeName

attributeValue

protected String attributeValue

validationString

protected String validationString

errorMessage

protected String errorMessage

errorCode

protected String errorCode
Constructor Detail

ProductOptionValidationException

public ProductOptionValidationException()

ProductOptionValidationException

public ProductOptionValidationException(String message,
                                        String errorCode,
                                        String attributeName,
                                        String attributeValue,
                                        String validationString,
                                        String errorMessage,
                                        Throwable cause)

ProductOptionValidationException

public ProductOptionValidationException(String message,
                                        String errorCode,
                                        String attributeName,
                                        String attributeValue,
                                        String validationString,
                                        String errorMessage)
Method Detail

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getAttributeValue

public String getAttributeValue()

setAttributeValue

public void setAttributeValue(String attributeValue)

getValidationString

public String getValidationString()

setValidationString

public void setValidationString(String validationString)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)


Copyright © 2013. All Rights Reserved.