public static class AddressFormatException.InvalidCharacter extends AddressFormatException
Base58, Bech32 and the PrefixedChecksummedBytes hierarchy of
classes when you try to decode data and a character isn't valid. You shouldn't allow the user to proceed in this
case.AddressFormatException.InvalidCharacter, AddressFormatException.InvalidChecksum, AddressFormatException.InvalidDataLength, AddressFormatException.InvalidPrefix, AddressFormatException.WrongNetwork| Constructor and Description |
|---|
InvalidCharacter(char character,
int position) |