Package org.bitcoinj.crypto
Class MnemonicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.crypto.MnemonicException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MnemonicException.MnemonicChecksumException
,MnemonicException.MnemonicLengthException
,MnemonicException.MnemonicWordException
Exceptions thrown by the MnemonicCode module.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Thrown when a list of MnemonicCode words fails the checksum check.static class
Thrown when an argument to MnemonicCode is the wrong length.static class
Thrown when a word is encountered which is not in the MnemonicCode's word list. -
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
-
MnemonicException
public MnemonicException() -
MnemonicException
-