| Class | Description |
|---|---|
| Bic |
Business Identifier Codes (also known as SWIFT-BIC, BIC code, SWIFT ID or SWIFT code).
|
| BicUtil |
Bic Utility Class
|
| Iban |
International Bank Account Number
ISO_13616.
|
| Iban.Builder |
Iban Builder Class
|
| IbanUtil |
Iban Utility Class
|
| Enum | Description |
|---|---|
| BicFormatException.BicFormatViolation | |
| CountryCode |
Country Code Enum
ISO 3166-1 country code.
|
| IbanFormat |
Iban Format Enum
|
| IbanFormatException.IbanFormatViolation |
| Exception | Description |
|---|---|
| BicFormatException |
Thrown to indicate that the application has attempted to convert
a string to Bic or to validate Bic's string representation, but the string does not
have the appropriate format.
|
| Iban4jException |
Base Runtime Exception Class for the library exceptions.
|
| IbanFormatException |
Thrown to indicate that the application has attempted to convert
a string to Iban, but that the string does not
have the appropriate format.
|
| InvalidCheckDigitException |
Thrown to indicate that Iban's check digit is invalid
|
| UnsupportedCountryException |
Thrown to indicate that requested country is not supported.
|
Copyright © 2020. All rights reserved.