Package org.adempiere.exceptions
Class AdempiereException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArhRuntimeException
,AverageCostingNegativeQtyException
,AverageCostingZeroQtyException
,BPartnerException
,DBException
,DocTypeNotFoundException
,FillMandatoryException
,InvoiceFullyMatchedException
,NegativeInventoryDisallowedException
,NoUOMConversionException
,NoVendorForProductException
,PeriodClosedException
,PORelationException
,ProductNotOnPriceListException
,TaxCriteriaNotFoundException
,TaxForChangeNotFoundException
,TaxNoExemptFoundException
,TaxNotFoundException
,WarehouseInvalidForOrgException
,WarehouseLocatorConflictException
public class AdempiereException extends RuntimeException
Any exception that occurs inside the Adempiere core- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdempiereException()
Default Constructor (saved logger error will be used as message)AdempiereException(String message)
AdempiereException(String message, Throwable cause)
AdempiereException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Properties
getCtx()
String
getLocalizedMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
getCtx
protected Properties getCtx()
-
-