com.google.bitcoin.crypto
Class MnemonicException.MnemonicChecksumException

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.MnemonicChecksumException
All Implemented Interfaces:
Serializable
Enclosing class:
MnemonicException

public static class MnemonicException.MnemonicChecksumException
extends MnemonicException

Thrown when a list of MnemonicCode words fails the checksum check.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.bitcoin.crypto.MnemonicException
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException
 
Constructor Summary
MnemonicException.MnemonicChecksumException()
           
 
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
 

Constructor Detail

MnemonicException.MnemonicChecksumException

public MnemonicException.MnemonicChecksumException()


Copyright © 2014. All rights reserved.