com.google.bitcoin.crypto
Class MnemonicException.MnemonicWordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.bitcoin.crypto.MnemonicException
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.bitcoin.crypto.MnemonicException
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException
 
Field Summary
 String badWord
          Contains the word that was not found in the word list.
 
Constructor Summary
MnemonicException.MnemonicWordException(String badWord)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

badWord

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

Constructor Detail

MnemonicException.MnemonicWordException

public MnemonicException.MnemonicWordException(String badWord)


Copyright © 2014. All rights reserved.