Class InvalidCharacter
java.lang.Object
java.lang.Throwable
tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.InvalidCharacter
- All Implemented Interfaces:
Serializable
InvalidCharacter exception type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCharacter
public InvalidCharacter(char c, int i) - Parameters:
c- the invalid character.i- the location of the invalid character.
-