Uses of Class
org.starhope.appius.except.NonSufficientFundsException

Packages that use NonSufficientFundsException
org.starhope.appius.user   
org.starhope.appius.user.events   
 

Uses of NonSufficientFundsException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw NonSufficientFundsException
 void AbstractUser.purchase(GenericItemReference itemToBuy)
          WRITEME: Document this method brpocock@star-hope.org
 void GeneralUser.purchase(GenericItemReference itemToBuy)
           
 

Uses of NonSufficientFundsException in org.starhope.appius.user.events
 

Methods in org.starhope.appius.user.events that throw NonSufficientFundsException
 void EventRecord.end(GenericItemReference itemPurchased)
          purchase something.