Package org.bitcoindevkit
Class PsbtFinalizeException.InputIdxOutofBounds
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class PsbtFinalizeException.InputIdxOutofBounds extends PsbtFinalizeException
-
-
Constructor Summary
Constructors Constructor Description PsbtFinalizeException.InputIdxOutofBounds(UInt psbtInp, UInt requested)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final UInt
getPsbtInp()
final UInt
getRequested()
-
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
-
-
-
-
Method Detail
-
getMessage
String getMessage()
-
getPsbtInp
final UInt getPsbtInp()
-
getRequested
final UInt getRequested()
-
-