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:
 Serializable
- Enclosing class:
 - MnemonicException
 
Thrown when a word is encountered which is not in the MnemonicCode's word list.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bitcoinj.crypto.MnemonicException
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
badWord
Contains the word that was not found in the word list. 
 - 
 - 
Constructor Details
- 
MnemonicWordException
 
 -