Class MnemonicException.MnemonicLengthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.crypto.MnemonicException
org.bitcoinj.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:
  • Constructor Details

    • MnemonicLengthException

      public MnemonicLengthException(String msg)