public class AddressFormatException
extends java.lang.IllegalArgumentException
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AddressFormatException.InvalidCharacter
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
|
static class |
AddressFormatException.InvalidChecksum
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
|
static class |
AddressFormatException.InvalidDataLength
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
|
static class |
AddressFormatException.InvalidPrefix
This exception is thrown by the hierarchy of classes when you try and decode an address or
private key with an invalid prefix (version header or human-readable part).
|
| 构造器和说明 |
|---|
AddressFormatException() |
AddressFormatException(java.lang.String message) |