Package org.adempiere.exceptions
Class ProductNotOnPriceListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.adempiere.exceptions.ProductNotOnPriceListException
- All Implemented Interfaces:
Serializable
Throw when product price is not found in price list
- Author:
- teo.sarca@gmail.com
- FR [ 2872255 ] Introduce ProductNotOnPriceListException https://sourceforge.net/p/adempiere/feature-requests/841/
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProductNotOnPriceListException
(IProductPricing productPricing, int documentLineNo) -
Method Summary
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
AD_Message
- See Also:
-
-
Constructor Details
-
ProductNotOnPriceListException
- Parameters:
productPricing
-documentLineNo
-
-