com.google.bitcoin.crypto
Class MnemonicException.MnemonicWordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.crypto.MnemonicException
com.google.bitcoin.crypto.MnemonicException.MnemonicWordException
- All Implemented Interfaces:
- 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
|
Field Summary |
String |
badWord
Contains the word that was not found in the word list. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
badWord
public final String badWord
- Contains the word that was not found in the word list.
MnemonicException.MnemonicWordException
public MnemonicException.MnemonicWordException(String badWord)
Copyright © 2014. All rights reserved.