Package org.bitcoinj.crypto
Class MnemonicException.MnemonicChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.crypto.MnemonicException
org.bitcoinj.crypto.MnemonicException.MnemonicChecksumException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MnemonicException
Thrown when a list of MnemonicCode words fails the checksum check.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bitcoinj.crypto.MnemonicException
MnemonicException.MnemonicChecksumException, MnemonicException.MnemonicLengthException, MnemonicException.MnemonicWordException
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MnemonicChecksumException
public MnemonicChecksumException()
-