Package de.hybris.platform.europe1.jalo
Class JaloRowConsistencyCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.jalo.JaloBusinessException
de.hybris.platform.jalo.order.price.JaloPriceFactoryException
de.hybris.platform.europe1.jalo.JaloRowConsistencyCheckException
- All Implemented Interfaces:
Serializable
A special pricefactory exception for the Europe1 extension. This exception is thrown by the
Europe1PriceFactory's check-methods if some price, tax or discount rows are considered
equal and therefore no definitive pricing is possible.
The colliding rows are being grouped.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloRowConsistencyCheckException(Collection groups, String message, int vendorCode) -
Method Summary
Modifier and TypeMethodDescriptiontoString()Adds the error code of this exception to the output string.Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaloRowConsistencyCheckException
-
-
Method Details
-
getRowGroups
-
toString
Description copied from class:JaloBusinessExceptionAdds the error code of this exception to the output string.- Overrides:
toStringin classJaloBusinessException
-