类 AddressFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.nervos.ckb.exceptions.AddressFormatException
所有已实现的接口:
java.io.Serializable
直接已知子类:
AddressFormatException.InvalidCharacter, AddressFormatException.InvalidChecksum, AddressFormatException.InvalidDataLength, AddressFormatException.InvalidPrefix

public class AddressFormatException
extends java.lang.IllegalArgumentException
另请参阅:
序列化表格
  • 嵌套类概要

    嵌套类 
    修饰符和类型 说明
    static class  AddressFormatException.InvalidCharacter
    This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
    static class  AddressFormatException.InvalidChecksum
    This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
    static class  AddressFormatException.InvalidDataLength
    This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
    static class  AddressFormatException.InvalidPrefix
    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).
  • 构造器概要

    构造器 
    构造器 说明
    AddressFormatException()  
    AddressFormatException​(java.lang.String message)  
  • 方法概要

    从类继承的方法 java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait