org.neuclear.ledger
Class InsufficientFundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neuclear.ledger.LedgerException
org.neuclear.ledger.InvalidTransactionException
org.neuclear.ledger.InsufficientFundsException
- All Implemented Interfaces:
- java.io.Serializable
- public class InsufficientFundsException
- extends InvalidTransactionException
Created by IntelliJ IDEA.
User: pelleb
Date: Mar 22, 2004
Time: 11:40:22 AM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InsufficientFundsException
public InsufficientFundsException(LedgerController ledger,
java.lang.String book,
double amount,
double balance)
InsufficientFundsException
public InsufficientFundsException(LedgerController ledger,
java.lang.String book,
double amount)
getAmount
public double getAmount()
getBook
public java.lang.String getBook()
Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.