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:
java.io.Serializable
public class JaloRowConsistencyCheckException extends JaloPriceFactoryException
A special pricefactory exception for the Europe1 extension. This exception is thrown by theEurope1PriceFactory'scheck-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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloRowConsistencyCheckException(java.util.Collection groups, java.lang.String message, int vendorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CollectiongetRowGroups()java.lang.StringtoString()Adds the error code of this exception to the output string.-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable
-
-
-
-
Method Detail
-
getRowGroups
public java.util.Collection getRowGroups()
-
toString
public java.lang.String toString()
Description copied from class:JaloBusinessExceptionAdds the error code of this exception to the output string.- Overrides:
toStringin classJaloBusinessException
-
-