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 class
AverageCostingNegativeQtyException
class
AverageCostingZeroQtyException
class
BPartnerException
Thrown when an exception related to a BPartner happened.class
BPartnerNoAddressException
Thrown when an location/address is required for a BPartner but not found.class
BPartnerNoBillToAddressException
Thrown when Bill To Address is required for a BPartner but not found.class
BPartnerNoShipToAddressException
Thrown when Ship To Address is required for a BPartner but not found.class
DBException
This RuntimeException is used to pass SQLException up the chain of calling methods to determine what to do where needed.class
DocTypeNotFoundException
Throwed when desired document type was not foundclass
FillMandatoryException
Throwed when there are some fields that are mandatory but unfilled.class
InvoiceFullyMatchedException
Throwed when an invoice is fully matched so no more receipts can be generated.class
NegativeInventoryDisallowedException
class
NoUOMConversionException
Any exception that occurs when no UOM conversion rate was foundclass
NoVendorForProductException
Throwed when there is no Vendor Info for given Product.class
PeriodClosedException
Period Closed Exception.class
PORelationException
class
ProductNotOnPriceListException
Throw when product price is not found in price listclass
TaxCriteriaNotFoundException
Throw when a tax criteria was not foundclass
TaxForChangeNotFoundException
Throw when tax not found for given chargeclass
TaxNoExemptFoundException
Throw by Tax Engine where no tax found for given criteriaclass
TaxNotFoundException
Throw by Tax Engine where no tax found for given criteriaclass
WarehouseInvalidForOrgException
Throw when there is no Warehouse for Organization.class
WarehouseLocatorConflictException
Throwed 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 void
DocActionDelegate. saveEx()
-
Uses of AdempiereException in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel that return AdempiereException Modifier and Type Method Description protected AdempiereException
InfoPanel. getKeyNullException()
-
Uses of AdempiereException in org.compiere.model
Methods in org.compiere.model that throw AdempiereException Modifier and Type Method Description void
PO. deleteEx(boolean force)
Delete Current Recordvoid
PO. deleteEx(boolean force, String trxName)
Delete Current Recordvoid
AdempiereProcessor. saveEx()
Save throwing exceptionvoid
PO. saveEx()
Update Value or create new record.void
PO. saveEx(String trxName)
Update Value or create new record.void
PO. saveReplica(boolean isFromReplication)
void
MPasswordRule. 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 void
DocAction. saveEx()
Save throwing exceptionvoid
DocumentEngine. saveEx()
Save Document -
Uses of AdempiereException in org.compiere.util
Subclasses of AdempiereException in org.compiere.util Modifier and Type Class Description class
ArhRuntimeException
Arhipac Runtime exceptionclass
DBException
Deprecated.This class was moved toDBException
and 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 String
AbstractService. parseSQL(String sql, ArrayList<Object> sqlParas, PO po, POInfo poInfo, Map<String,Object> requestCtx)
Parse variables inside SQL
-