Package org.nervos.ckb.exceptions
Class 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
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AddressFormatException
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.
- 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 InvalidPrefix()InvalidPrefix(java.lang.String message) -
Method Summary
-
Constructor Details
-
InvalidPrefix
public InvalidPrefix() -
InvalidPrefix
public InvalidPrefix(java.lang.String message)
-