Package org.bitcoinj.core
Class AddressFormatException.InvalidCharacter
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- java.lang.IllegalArgumentException
 - 
- org.bitcoinj.core.AddressFormatException
 - 
- org.bitcoinj.core.AddressFormatException.InvalidCharacter
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - AddressFormatException
 
public static class AddressFormatException.InvalidCharacter extends AddressFormatException
This exception is thrown byBase58,Bech32and thePrefixedChecksummedByteshierarchy of classes 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.bitcoinj.core.AddressFormatException
AddressFormatException.InvalidCharacter, AddressFormatException.InvalidChecksum, AddressFormatException.InvalidDataLength, AddressFormatException.InvalidPrefix, AddressFormatException.UnexpectedWitnessVersion, AddressFormatException.WrongNetwork 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InvalidCharacter(char character, int position) 
 -