Package org.ldk.structs
Class Bech32Error
- java.lang.Object
-
- org.ldk.structs.Bech32Error
-
- Direct Known Subclasses:
Bech32Error.InvalidChar
,Bech32Error.InvalidChecksum
,Bech32Error.InvalidData
,Bech32Error.InvalidLength
,Bech32Error.InvalidPadding
,Bech32Error.MissingSeparator
,Bech32Error.MixedCase
public class Bech32Error extends Object
Represents an error returned from the bech32 library during validation of some bech32 data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Bech32Error.InvalidChar
Some part of the string contains an invalid characterstatic class
Bech32Error.InvalidChecksum
The checksum does not match the rest of the datastatic class
Bech32Error.InvalidData
Some part of the data has an invalid valuestatic class
Bech32Error.InvalidLength
The data or human-readable part is too long or too shortstatic class
Bech32Error.InvalidPadding
The bit conversion failed due to a padding issuestatic class
Bech32Error.MissingSeparator
String does not contain the separator characterstatic class
Bech32Error.MixedCase
The whole string must be of one case
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bech32Error
clone()
Creates a new Bech32Error which has the same data as `orig`protected void
finalize()
-