|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MnemonicException | |
|---|---|
| com.google.bitcoin.crypto | |
| Uses of MnemonicException in com.google.bitcoin.crypto |
|---|
| Subclasses of MnemonicException in com.google.bitcoin.crypto | |
|---|---|
static class |
MnemonicException.MnemonicChecksumException
Thrown when a list of MnemonicCode words fails the checksum check. |
static class |
MnemonicException.MnemonicLengthException
Thrown when an argument to MnemonicCode is the wrong length. |
static class |
MnemonicException.MnemonicWordException
Thrown when a word is encountered which is not in the MnemonicCode's word list. |
| Methods in com.google.bitcoin.crypto that throw MnemonicException | |
|---|---|
void |
MnemonicCode.check(List<String> words)
Check to see if a mnemonic word list is valid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||