Class ProductOptionValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.core.order.service.exception.ProductOptionValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductOptionValidationException(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
Modifier and TypeMethodDescriptionvoidsetAttributeName(String attributeName) voidsetAttributeValue(String attributeValue) voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetValidationString(String validationString) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
attributeName
-
attributeValue
-
validationString
-
errorMessage
-
errorCode
-
-
Constructor Details
-
ProductOptionValidationException
public ProductOptionValidationException() -
ProductOptionValidationException
-
ProductOptionValidationException
-
-
Method Details
-
getAttributeName
-
setAttributeName
-
getAttributeValue
-
setAttributeValue
-
getValidationString
-
setValidationString
-
getErrorMessage
-
setErrorMessage
-
getErrorCode
-
setErrorCode
-