Package org.bitcoindevkit
Class Bip39Exception.UnknownWord
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class Bip39Exception.UnknownWord extends Bip39Exception
-
-
Constructor Summary
Constructors Constructor Description Bip39Exception.UnknownWord(ULong index)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final ULong
getIndex()
-
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.UnknownWord
Bip39Exception.UnknownWord(ULong index)
-
-
Method Detail
-
getMessage
String getMessage()
-
-