| Package | Description |
|---|---|
| org.iban4j |
Root package for iban4j implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IbanFormatException.IbanFormatViolation |
IbanFormatException.getFormatViolation() |
static IbanFormatException.IbanFormatViolation |
IbanFormatException.IbanFormatViolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IbanFormatException.IbanFormatViolation[] |
IbanFormatException.IbanFormatViolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IbanFormatException(IbanFormatException.IbanFormatViolation violation,
BbanEntryType entryType,
Object actual,
char invalidCharacter,
String s)
Constructs a
IbanFormatException with the
specified violation, entryType, actual value,
invalidCharacter and detail message. |
IbanFormatException(IbanFormatException.IbanFormatViolation violation,
Object actual,
Object expected,
String s)
Constructs a
IbanFormatException with the
specified violation, actual value, expected value and detail message. |
IbanFormatException(IbanFormatException.IbanFormatViolation violation,
Object actual,
String s)
Constructs a
IbanFormatException with the
specified violation, actual value and detail message. |
IbanFormatException(IbanFormatException.IbanFormatViolation violation,
String s)
Constructs a
IbanFormatException with the
specified violation and detail message. |
Copyright © 2020. All rights reserved.