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