|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.paris.lutece.plugins.stock.business.purchase.exception.PurchaseException
public class PurchaseException
Exceptions thrown while purchase procedure
Constructor Summary | |
---|---|
PurchaseException(java.lang.Integer purchaseId,
java.lang.String msg)
Instantiates a new purchase exception. |
Method Summary | |
---|---|
java.lang.Integer |
getPurchaseId()
Gets the purchase id. |
void |
setPurchaseId(java.lang.Integer thePurchaseId)
Sets the purchase id. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PurchaseException(java.lang.Integer purchaseId, java.lang.String msg)
purchaseId
- the purchase idmsg
- the msgMethod Detail |
---|
public java.lang.Integer getPurchaseId()
public void setPurchaseId(java.lang.Integer thePurchaseId)
thePurchaseId
- the purchase id to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |