Package org.bitcoindevkit
Class Bip32Exception
-
- All Implemented Interfaces:
-
java.io.Serializable
public class Bip32Exception extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBip32Exception.CannotDeriveFromHardenedKeypublic final classBip32Exception.Secp256k1public final classBip32Exception.InvalidChildNumberpublic final classBip32Exception.InvalidChildNumberFormatpublic final classBip32Exception.InvalidDerivationPathFormatpublic final classBip32Exception.UnknownVersionpublic final classBip32Exception.WrongExtendedKeyLengthpublic final classBip32Exception.Base58public final classBip32Exception.Hexpublic final classBip32Exception.InvalidPublicKeyHexLengthpublic final classBip32Exception.UnknownExceptionpublic classBip32Exception.ErrorHandler
-
Field Summary
Fields Modifier and Type Field Description private final Throwablecauseprivate final Stringmessagepublic final static Bip32Exception.ErrorHandlerErrorHandler
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
-
-