Package org.bitcoinj.crypto
Class MnemonicException.MnemonicLengthException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.bitcoinj.crypto.MnemonicException
 - 
- org.bitcoinj.crypto.MnemonicException.MnemonicLengthException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.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 org.bitcoinj.crypto.MnemonicException
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MnemonicLengthException(java.lang.String msg) 
 -