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 class
Bip32Exception.CannotDeriveFromHardenedKey
public final class
Bip32Exception.Secp256k1
public final class
Bip32Exception.InvalidChildNumber
public final class
Bip32Exception.InvalidChildNumberFormat
public final class
Bip32Exception.InvalidDerivationPathFormat
public final class
Bip32Exception.UnknownVersion
public final class
Bip32Exception.WrongExtendedKeyLength
public final class
Bip32Exception.Base58
public final class
Bip32Exception.Hex
public final class
Bip32Exception.InvalidPublicKeyHexLength
public final class
Bip32Exception.UnknownException
public class
Bip32Exception.ErrorHandler
-
Field Summary
Fields Modifier and Type Field Description private final Throwable
cause
private final String
message
public final static Bip32Exception.ErrorHandler
ErrorHandler
-
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
-
-