Uses of Enum
org.iban4j.BicFormatException.BicFormatViolation
Packages that use BicFormatException.BicFormatViolation
-
Uses of BicFormatException.BicFormatViolation in org.iban4j
Methods in org.iban4j that return BicFormatException.BicFormatViolationModifier and TypeMethodDescriptionBicFormatException.getFormatViolation()Returns the enum constant of this type with the specified name.BicFormatException.BicFormatViolation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.iban4j with parameters of type BicFormatException.BicFormatViolationModifierConstructorDescriptionBicFormatException(BicFormatException.BicFormatViolation violation, Object actual, Object expected, String s) Constructs aBicFormatExceptionwith the specified violation, actual value, expected value and detail message.BicFormatException(BicFormatException.BicFormatViolation violation, Object actual, String s) Constructs aBicFormatExceptionwith the specified violation, actual value and detail message.BicFormatException(BicFormatException.BicFormatViolation violation, String s) Constructs aBicFormatExceptionwith the specified violation and detail message.