bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
bdk-android
bdk-android
/
org.bitcoindevkit
/
ParseAmountException
Parse
Amount
Exception
sealed
class
ParseAmountException
:
Exception
Inheritors
OutOfRange
TooPrecise
MissingDigits
InputTooLarge
InvalidCharacter
OtherParseAmountErr
Members
Types
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
ParseAmountException
>
Input
Too
Large
Link copied to clipboard
class
InputTooLarge
:
ParseAmountException
Invalid
Character
Link copied to clipboard
class
InvalidCharacter
(
val
errorMessage
:
String
)
:
ParseAmountException
Missing
Digits
Link copied to clipboard
class
MissingDigits
:
ParseAmountException
Other
Parse
Amount
Err
Link copied to clipboard
class
OtherParseAmountErr
:
ParseAmountException
Out
Of
Range
Link copied to clipboard
class
OutOfRange
:
ParseAmountException
Too
Precise
Link copied to clipboard
class
TooPrecise
:
ParseAmountException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?