Package com.syntifi.crypto.key.mnemonic.exception
-
Exception Summary Exception Description MnemonicException Exceptions thrown by the MnemonicCode module.MnemonicException.MnemonicChecksumException Thrown when a list of MnemonicCode words fails the checksum check.MnemonicException.MnemonicLengthException Thrown when an argument to MnemonicCode is the wrong length.MnemonicException.MnemonicWordException Thrown when a word is encountered which is not in the MnemonicCode's word list.