Package org.bitcoinj.crypto
Class MnemonicException.MnemonicWordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bitcoinj.crypto.MnemonicException
-
- org.bitcoinj.crypto.MnemonicException.MnemonicWordException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MnemonicException
public static class MnemonicException.MnemonicWordException extends MnemonicException
Thrown when a word is encountered which is not in the MnemonicCode's word list.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bitcoinj.crypto.MnemonicException
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
badWord
Contains the word that was not found in the word list.
-
Constructor Summary
Constructors Constructor Description MnemonicWordException(java.lang.String badWord)
-