public class AddressFormatException
extends java.lang.IllegalArgumentException
| Modifier and Type | Class and Description |
|---|---|
static class |
AddressFormatException.InvalidCharacter
This exception is thrown by
Base58 when you try to decode data and a character
isn't valid. |
static class |
AddressFormatException.InvalidChecksum
This exception is thrown by
Base58 when you try to decode data and a character
isn't valid. |
static class |
AddressFormatException.InvalidDataLength
This exception is thrown by
Base58 when you try to decode data and a character
isn't valid. |
| Constructor and Description |
|---|
AddressFormatException() |
AddressFormatException(java.lang.String message) |