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
Nested ClassesModifier and TypeClassDescriptionstatic classThrown when a list of MnemonicCode words fails the checksum check.static classThrown when an argument to MnemonicCode is the wrong length.static classThrown when a word is encountered which is not in the MnemonicCode's word list. - 
Constructor Summary
Constructors - 
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
 
 -