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

public static class MnemonicException.MnemonicWordException extends MnemonicException
Thrown when a word is encountered which is not in the MnemonicCode's word list.
See Also:
  • Field Details

    • badWord

      public final String badWord
      Contains the word that was not found in the word list.
  • Constructor Details

    • MnemonicWordException

      public MnemonicWordException(String badWord)