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 classBech32Error.InvalidCharSome part of the string contains an invalid characterstatic classBech32Error.InvalidChecksumThe checksum does not match the rest of the datastatic classBech32Error.InvalidDataSome part of the data has an invalid valuestatic classBech32Error.InvalidLengthThe data or human-readable part is too long or too shortstatic classBech32Error.InvalidPaddingThe bit conversion failed due to a padding issuestatic classBech32Error.MissingSeparatorString does not contain the separator characterstatic classBech32Error.MixedCaseThe whole string must be of one case
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bech32Errorclone()Creates a new Bech32Error which has the same data as `orig`protected voidfinalize()
-