Package org.bitcoindevkit
Class SignerException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class SignerException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
SignerException.MissingKey
public final class
SignerException.InvalidKey
public final class
SignerException.UserCanceled
public final class
SignerException.InputIndexOutOfRange
public final class
SignerException.MissingNonWitnessUtxo
public final class
SignerException.InvalidNonWitnessUtxo
public final class
SignerException.MissingWitnessUtxo
public final class
SignerException.MissingWitnessScript
public final class
SignerException.MissingHdKeypath
public final class
SignerException.NonStandardSighash
public final class
SignerException.InvalidSighash
public final class
SignerException.SighashP2wpkh
public final class
SignerException.SighashTaproot
public final class
SignerException.TxInputsIndexException
public final class
SignerException.MiniscriptPsbt
public final class
SignerException.External
public final class
SignerException.Psbt
public class
SignerException.ErrorHandler
-
Field Summary
Fields Modifier and Type Field Description private final Throwable
cause
private final String
message
public final static SignerException.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
-
-