Class AddressFormatException.InvalidCharacter

All Implemented Interfaces:
Serializable
Enclosing class:
AddressFormatException

public static class AddressFormatException.InvalidCharacter extends AddressFormatException
This exception is thrown by 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.
See Also:
  • Field Details

    • character

      public final char character
    • position

      public final int position
  • Constructor Details

    • InvalidCharacter

      public InvalidCharacter(char character, int position)