public class MnemonicException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
MnemonicException.MnemonicChecksumException
Thrown when a list of MnemonicCode words fails the checksum check.
|
static class |
MnemonicException.MnemonicLengthException
Thrown when an argument to MnemonicCode is the wrong length.
|
static class |
MnemonicException.MnemonicWordException
Thrown when a word is encountered which is not in the MnemonicCode's word list.
|
Constructor and Description |
---|
MnemonicException() |
MnemonicException(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MnemonicException()
public MnemonicException(String msg)
Copyright © 2016. All rights reserved.