Uses of Enum
org.iban4j.IbanFormatException.IbanFormatViolation
Packages that use IbanFormatException.IbanFormatViolation
-
Uses of IbanFormatException.IbanFormatViolation in org.iban4j
Methods in org.iban4j that return IbanFormatException.IbanFormatViolationModifier and TypeMethodDescriptionIbanFormatException.getFormatViolation()Returns the enum constant of this type with the specified name.IbanFormatException.IbanFormatViolation.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 IbanFormatException.IbanFormatViolationModifierConstructorDescriptionIbanFormatException(IbanFormatException.IbanFormatViolation violation, Object actual, Object expected, String s) Constructs aIbanFormatExceptionwith the specified violation, actual value, expected value and detail message.IbanFormatException(IbanFormatException.IbanFormatViolation violation, Object actual, String s) Constructs aIbanFormatExceptionwith the specified violation, actual value and detail message.IbanFormatException(IbanFormatException.IbanFormatViolation violation, String s) Constructs aIbanFormatExceptionwith the specified violation and detail message.IbanFormatException(IbanFormatException.IbanFormatViolation violation, BbanEntryType entryType, Object actual, char invalidCharacter, String s) Constructs aIbanFormatExceptionwith the specified violation, entryType, actual value, invalidCharacter and detail message.