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

Packages that use NotImplementedException
org.starhope.appius.mb   
org.starhope.appius.pay.util   
 

Uses of NotImplementedException in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that throw NotImplementedException
 void IBCRegister.applyIBC(User newUser)
          Deprecated. TODO: document this method (theys, Sep 18, 2009)
static boolean IBCRegister.verifyCodeNumber(String ibcCode)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
 

Constructors in org.starhope.appius.mb that throw NotImplementedException
IBCRegister(String newIBCCode)
          Deprecated.  
 

Uses of NotImplementedException in org.starhope.appius.pay.util
 

Methods in org.starhope.appius.pay.util that throw NotImplementedException
 void PaymentCredential.setIBCCard(String ibcCode)
           
static int PaymentCredential.verifyIBC(String ibcCode)