类 AddressFormatException.InvalidPrefix
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.InvalidPrefix
- 所有已实现的接口:
java.io.Serializable
public static class AddressFormatException.InvalidPrefix extends AddressFormatException
This exception is thrown by the hierarchy of classes when you try and decode an address or
private key with an invalid prefix (version header or human-readable part). You shouldn't allow
the user to proceed in this case.
- 另请参阅:
- 序列化表格
-
嵌套类概要
从类继承的嵌套类/接口 org.nervos.ckb.exceptions.AddressFormatException
AddressFormatException.InvalidCharacter, AddressFormatException.InvalidChecksum, AddressFormatException.InvalidDataLength, AddressFormatException.InvalidPrefix -
构造器概要
构造器 构造器 说明 InvalidPrefix()InvalidPrefix(java.lang.String message) -
方法概要
-
构造器详细资料
-
InvalidPrefix
public InvalidPrefix() -
InvalidPrefix
public InvalidPrefix(java.lang.String message)
-