Package org.bitcoinj.crypto
Class MnemonicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bitcoinj.crypto.MnemonicException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MnemonicException.MnemonicChecksumException,MnemonicException.MnemonicLengthException,MnemonicException.MnemonicWordException
public class MnemonicException extends java.lang.ExceptionExceptions thrown by the MnemonicCode module.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMnemonicException.MnemonicChecksumExceptionThrown when a list of MnemonicCode words fails the checksum check.static classMnemonicException.MnemonicLengthExceptionThrown when an argument to MnemonicCode is the wrong length.static classMnemonicException.MnemonicWordExceptionThrown when a word is encountered which is not in the MnemonicCode's word list.
-
Constructor Summary
Constructors Constructor Description MnemonicException()MnemonicException(java.lang.String msg)
-