public final class CartItemValidationException extends RuntimeException
CartItem
is invalidly configured.Constructor and Description |
---|
CartItemValidationException(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.broadleafcommerce.cart.client.domain.CartItem |
getCartItem()
The invalid
CartItem with the errors. |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CartItemValidationException(@NonNull @NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem)
public com.broadleafcommerce.cart.client.domain.CartItem getCartItem()
CartItem
with the errors.CartItem
with the errors.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.