org.neuclear.ledger
Class LedgerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.neuclear.ledger.LedgerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidTransactionException, LowlevelLedgerException, TransactionExpiredException, UnknownBookException, UnknownTransactionException

public abstract class LedgerException
extends java.lang.Exception

Created by IntelliJ IDEA. User: pelleb Date: Jul 18, 2003 Time: 2:22:46 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
protected LedgerException(LedgerController ledger)
           
protected LedgerException(LedgerController ledger, java.lang.Throwable cause)
           
 
Method Summary
 LedgerController getLedger()
           
 java.lang.String getMessage()
           
abstract  java.lang.String getSubMessage()
           
 
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

LedgerException

protected LedgerException(LedgerController ledger)

LedgerException

protected LedgerException(LedgerController ledger,
                          java.lang.Throwable cause)
Method Detail

getMessage

public final java.lang.String getMessage()

getSubMessage

public abstract java.lang.String getSubMessage()

getLedger

public final LedgerController getLedger()


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