Package org.adempiere.exceptions
Class NoUOMConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.NoUOMConversionException
-
- All Implemented Interfaces:
Serializable
public class NoUOMConversionException extends AdempiereException
Any exception that occurs when no UOM conversion rate was found- Author:
- Teo Sarca, http://www.arhipac.ro
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
AD_Message
-
Constructor Summary
Constructors Constructor Description NoUOMConversionException(int M_Product_ID, int C_UOM_ID, int C_UOM_To_ID)
-
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 Detail
-
AD_Message
public static final String AD_Message
- See Also:
- Constant Field Values
-
-