Uses of Class
org.adempiere.exceptions.AdempiereException
-
Packages that use AdempiereException Package Description org.adempiere.exceptions org.adempiere.model org.adempiere.webui.panel org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level.org.compiere.util org.idempiere.webservices -
-
Uses of AdempiereException in org.adempiere.exceptions
Subclasses of AdempiereException in org.adempiere.exceptions Modifier and Type Class Description classAverageCostingNegativeQtyExceptionclassAverageCostingZeroQtyExceptionclassBPartnerExceptionThrown when an exception related to a BPartner happened.classBPartnerNoAddressExceptionThrown when an location/address is required for a BPartner but not found.classBPartnerNoBillToAddressExceptionThrown when Bill To Address is required for a BPartner but not found.classBPartnerNoShipToAddressExceptionThrown when Ship To Address is required for a BPartner but not found.classDBExceptionThis RuntimeException is used to pass SQLException up the chain of calling methods to determine what to do where needed.classDocTypeNotFoundExceptionThrowed when desired document type was not foundclassFillMandatoryExceptionThrowed when there are some fields that are mandatory but unfilled.classInvoiceFullyMatchedExceptionThrowed when an invoice is fully matched so no more receipts can be generated.classNegativeInventoryDisallowedExceptionclassNoUOMConversionExceptionAny exception that occurs when no UOM conversion rate was foundclassNoVendorForProductExceptionThrowed when there is no Vendor Info for given Product.classPeriodClosedExceptionPeriod Closed Exception.classPORelationExceptionclassProductNotOnPriceListExceptionThrow when product price is not found in price listclassTaxCriteriaNotFoundExceptionThrow when a tax criteria was not foundclassTaxForChangeNotFoundExceptionThrow when tax not found for given chargeclassTaxNoExemptFoundExceptionThrow by Tax Engine where no tax found for given criteriaclassTaxNotFoundExceptionThrow by Tax Engine where no tax found for given criteriaclassWarehouseInvalidForOrgExceptionThrow when there is no Warehouse for Organization.classWarehouseLocatorConflictExceptionThrowed when a document warehouse does not match with document or document line locator. -
Uses of AdempiereException in org.adempiere.model
Methods in org.adempiere.model that throw AdempiereException Modifier and Type Method Description voidDocActionDelegate. saveEx() -
Uses of AdempiereException in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel that return AdempiereException Modifier and Type Method Description protected AdempiereExceptionInfoPanel. getKeyNullException() -
Uses of AdempiereException in org.compiere.model
Methods in org.compiere.model that throw AdempiereException Modifier and Type Method Description voidPO. deleteEx(boolean force)Delete Current RecordvoidPO. deleteEx(boolean force, String trxName)Delete Current RecordvoidAdempiereProcessor. saveEx()Save throwing exceptionvoidPO. saveEx()Update Value or create new record.voidPO. saveEx(String trxName)Update Value or create new record.voidPO. saveReplica(boolean isFromReplication)voidMPasswordRule. validate(String username, String newPassword, List<MPasswordHistory> passwordHistorys) -
Uses of AdempiereException in org.compiere.process
Methods in org.compiere.process that throw AdempiereException Modifier and Type Method Description voidDocAction. saveEx()Save throwing exceptionvoidDocumentEngine. saveEx()Save Document -
Uses of AdempiereException in org.compiere.util
Subclasses of AdempiereException in org.compiere.util Modifier and Type Class Description classArhRuntimeExceptionArhipac Runtime exceptionclassDBExceptionDeprecated.This class was moved toDBExceptionand will be removed in future. -
Uses of AdempiereException in org.idempiere.webservices
Methods in org.idempiere.webservices that throw AdempiereException Modifier and Type Method Description protected StringAbstractService. parseSQL(String sql, ArrayList<Object> sqlParas, PO po, POInfo poInfo, Map<String,Object> requestCtx)Parse variables inside SQL
-