bea Systems, Inc.

theory.smart.axiom.accounting
Class PostingRuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--theory.smart.axiom.accounting.PostingRuleException

public class PostingRuleException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 Account account
           
 AccountEntry entry
           
 
Constructor Summary
PostingRuleException()
           
PostingRuleException(Account acct, AccountEntry anEntry)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

account

public Account account

entry

public AccountEntry entry
Constructor Detail

PostingRuleException

public PostingRuleException()

PostingRuleException

public PostingRuleException(Account acct,
                            AccountEntry anEntry)

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.