Class 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 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:
    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.Collection getRowGroups()  
      java.lang.String toString()
      Adds the error code of this exception to the output string.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JaloRowConsistencyCheckException

        public JaloRowConsistencyCheckException​(java.util.Collection groups,
                                                java.lang.String message,
                                                int vendorCode)
    • Method Detail

      • getRowGroups

        public java.util.Collection getRowGroups()