Package org.bitcoindevkit
Class Bip39Exception.BadEntropyBitCount
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class Bip39Exception.BadEntropyBitCount extends Bip39Exception
-
-
Constructor Summary
Constructors Constructor Description Bip39Exception.BadEntropyBitCount(ULong bitCount)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final ULonggetBitCount()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Bip39Exception.BadEntropyBitCount
Bip39Exception.BadEntropyBitCount(ULong bitCount)
-
-
Method Detail
-
getMessage
String getMessage()
-
getBitCount
final ULong getBitCount()
-
-
-
-