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