org.neuclear.ledger
Class InsufficientFundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.neuclear.ledger.LedgerException
              extended byorg.neuclear.ledger.InvalidTransactionException
                  extended byorg.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
InsufficientFundsException(LedgerController ledger, java.lang.String book, double amount)
           
InsufficientFundsException(LedgerController ledger, java.lang.String book, double amount, double balance)
           
 
Method Summary
 double getAmount()
           
 java.lang.String getBook()
           
 
Methods inherited from class org.neuclear.ledger.InvalidTransactionException
getSubMessage
 
Methods inherited from class org.neuclear.ledger.LedgerException
getLedger, getMessage
 
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
 

Constructor Detail

InsufficientFundsException

public InsufficientFundsException(LedgerController ledger,
                                  java.lang.String book,
                                  double amount,
                                  double balance)

InsufficientFundsException

public InsufficientFundsException(LedgerController ledger,
                                  java.lang.String book,
                                  double amount)
Method Detail

getAmount

public double getAmount()

getBook

public java.lang.String getBook()


Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.