
@Generated(value="org.jomc.tools.SourceFileProcessor 1.5", comments="See http://www.jomc.org/jomc/1.5/jomc-tools-1.5") public class IbanCheckDigitsException extends Exception
| Constructor and Description |
|---|
IbanCheckDigitsException(String iban,
Number checkDigits)
Creates a new
IbanCheckDigitsException instance taking the IBAN failing check digits validation and the
invalid check digits. |
| Modifier and Type | Method and Description |
|---|---|
Number |
getCheckDigits()
Gets the invalid check digits.
|
String |
getIban()
Gets the IBAN failing check digits validation.
|
String |
getLocalizedMessage(Locale locale)
Gets a localized message describing the exception for a given locale.
|
String |
getMessage()
Gets a message describing the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IbanCheckDigitsException(String iban, Number checkDigits)
IbanCheckDigitsException instance taking the IBAN failing check digits validation and the
invalid check digits.iban - The IBAN failing check digits validation.checkDigits - The invalid check digits.public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage(Locale locale)
locale - The locale of the localized message to get.NullPointerException - if locale is null.public String getIban()
public Number getCheckDigits()
Copyright © 2013 jDTAUS. All rights reserved.