|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jdollars.core.CreditCardException | +--jdollars.core.InvalidCreditCardNumberException
the credit card number is invalid (either it does not pass the check digit (mod-10) algorithm or the number does not correspond to an actual card number)
Constructor Summary | |
InvalidCreditCardNumberException(java.lang.String strMsg,
java.lang.String strInvalidCCN)
|
Method Summary | |
java.lang.String |
getInvalidValue()
|
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 |
Constructor Detail |
public InvalidCreditCardNumberException(java.lang.String strMsg, java.lang.String strInvalidCCN)
Method Detail |
public java.lang.String getInvalidValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |