com.google.bitcoin.crypto
Class MnemonicException.MnemonicLengthException

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

public static class MnemonicException.MnemonicLengthException
extends MnemonicException

Thrown when an argument to MnemonicCode is the wrong length.

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.MnemonicLengthException(String msg)
           
 
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.MnemonicLengthException

public MnemonicException.MnemonicLengthException(String msg)


Copyright © 2014. All rights reserved.