Package org.nervos.ckb.exceptions
Class AddressFormatException.InvalidDataLength
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.nervos.ckb.exceptions.AddressFormatException
org.nervos.ckb.exceptions.AddressFormatException.InvalidDataLength
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AddressFormatException
public static class AddressFormatException.InvalidDataLength extends AddressFormatException
This exception is thrown by Bech32 when you try to decode data and a character isn't valid. You
shouldn't allow the user to proceed in this case.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nervos.ckb.exceptions.AddressFormatException
AddressFormatException.InvalidCharacter, AddressFormatException.InvalidChecksum, AddressFormatException.InvalidDataLength, AddressFormatException.InvalidPrefix -
Constructor Summary
Constructors Constructor Description InvalidDataLength()InvalidDataLength(java.lang.String message) -
Method Summary
-
Constructor Details
-
InvalidDataLength
public InvalidDataLength() -
InvalidDataLength
public InvalidDataLength(java.lang.String message)
-